Package com.sun.xml.ws.security.opt.api
Interface SecurityHeaderElement
-
- All Superinterfaces:
SecurityElement
- All Known Implementing Classes:
BinarySecurityToken,DerivedKey,DerivedKeyToken,DirectReference,EncryptedData,EncryptedHeader,EncryptedHeader,EncryptedKey,EncryptedSignedMessageHeader,EnvelopedSignedMessageHeader,GSHeaderElement,JAXBEncryptedData,JAXBEncryptedKey,JAXBSignatureHeaderElement,KerberosBinarySecurityToken,KeyIdentifier,ReferenceListHeader,SAMLAssertion,SAMLToken,SecurityContextToken,SecurityContextToken,SecurityContextToken13,SecurityTokenReference,Signature,SignatureConfirmation,SignatureConfirmation,SignedMessageHeader,Timestamp,TimestampHeader,UsernameToken,UsernameTokenHeader,X509BinarySecurityToken,X509Data,X509IssuerSerial
public interface SecurityHeaderElement extends SecurityElement
- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrefersToSecHdrWithId(String id)-
Methods inherited from interface com.sun.xml.ws.security.opt.api.SecurityElement
getId, getLocalPart, getNamespaceURI, readHeader, setId
-
-
-
-
Method Detail
-
refersToSecHdrWithId
boolean refersToSecHdrWithId(String id)
- Parameters:
id-- Returns:
-
-