org.opensaml.ws.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:
AttributedDataTimeImpl, 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 Summary
static java.lang.String WSU_ID_ATTR_LOCAL_NAME
          the Id attribute local name.
static javax.xml.namespace.QName WSU_ID_ATTR_NAME
          the wsu:Id qualified attribute name.
 
Method Summary
 java.lang.String getWSUId()
          Returns the @wsu:Id attribute value.
 void setWSUId(java.lang.String newId)
          Sets the @wsu:Id attribute value.
 

Field Detail

WSU_ID_ATTR_LOCAL_NAME

static final java.lang.String WSU_ID_ATTR_LOCAL_NAME
the Id attribute local name.

See Also:
Constant Field Values

WSU_ID_ATTR_NAME

static final javax.xml.namespace.QName WSU_ID_ATTR_NAME
the wsu:Id qualified attribute name.

Method Detail

getWSUId

java.lang.String getWSUId()
Returns the @wsu:Id attribute value.

Returns:
The @wsu:Id attribute value or null.

setWSUId

void setWSUId(java.lang.String newId)
Sets the @wsu:Id attribute value.

Parameters:
newId - The @wsu:Id attribute value


Copyright © 2006-2011 Internet2. All Rights Reserved.