com.sun.xml.ws.security.opt.api
Interface NamespaceContextInfo

All Known Implementing Classes:
DerivedKeyToken, EncryptedKey, GenericSecuredHeader, KerberosBinarySecurityToken, SAMLAssertion, SecurityContextToken, Signature, SignatureConfirmation, TimestampHeader, UsernameTokenHeader, X509BinarySecurityToken

public interface NamespaceContextInfo

Maintains map of all inscope namespaces

Author:
K.Venugopal@sun.com

Method Summary
 HashMap<String,String> getInscopeNSContext()
          map of all inscope namespace declarations.
 

Method Detail

getInscopeNSContext

HashMap<String,String> getInscopeNSContext()
map of all inscope namespace declarations.

Returns:
HashMap of all inscope namespaces.


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.