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 IdBearing
Interface for element having a
@wsu:Id attribute.-
Field Details
-
WSU_ID_ATTR_LOCAL_NAME
theIdattribute local name.- See Also:
-
WSU_ID_ATTR_NAME
thewsu:Idqualified attribute name.
-
-
Method Details
-
getWSUId
Returns the@wsu:Idattribute value.- Returns:
- The
@wsu:Idattribute value ornull.
-
setWSUId
Sets the@wsu:Idattribute value.- Parameters:
newId- The@wsu:Idattribute value
-