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
theId
attribute local name.- See Also:
-
WSU_ID_ATTR_NAME
thewsu:Id
qualified attribute name.
-
-
Method Details
-
getWSUId
String getWSUId()Returns the@wsu:Id
attribute value.- Returns:
- The
@wsu:Id
attribute value ornull
.
-
setWSUId
Sets the@wsu:Id
attribute value.- Parameters:
newId
- The@wsu:Id
attribute value
-