Package org.opensaml.soap.wssecurity
Interface IdBearing
-
- All Known Subinterfaces:
AttributedDateTime,AttributedString,AttributedURI,BinarySecurityToken,Created,EncodedString,EncryptedHeader,Expires,KeyIdentifier,Nonce,Password,Policy,SecurityTokenReference,SignatureConfirmation,Timestamp,Username,UsernameToken
- All Known Implementing Classes:
AttributedDateTimeImpl,AttributedStringImpl,AttributedURIImpl,BinarySecurityTokenImpl,CreatedImpl,EncodedStringImpl,EncryptedHeaderImpl,ExpiresImpl,KeyIdentifierImpl,NonceImpl,PasswordImpl,PolicyImpl,SecurityTokenReferenceImpl,SignatureConfirmationImpl,TimestampImpl,UsernameImpl,UsernameTokenImpl
public interface IdBearingInterface for element having a@wsu:Idattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringWSU_ID_ATTR_LOCAL_NAMEtheIdattribute local name.static QNameWSU_ID_ATTR_NAMEthewsu:Idqualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetWSUId()Returns the@wsu:Idattribute value.voidsetWSUId(String newId)Sets the@wsu:Idattribute value.
-
-
-
Field Detail
-
WSU_ID_ATTR_LOCAL_NAME
static final String WSU_ID_ATTR_LOCAL_NAME
theIdattribute local name.- See Also:
- Constant Field Values
-
WSU_ID_ATTR_NAME
static final QName WSU_ID_ATTR_NAME
thewsu:Idqualified attribute name.
-
-