Class SecurityTokenReferenceImpl
java.lang.Object
com.sun.xml.ws.security.secext10.SecurityTokenReferenceType
com.sun.xml.ws.security.trust.impl.elements.str.SecurityTokenReferenceImpl
- All Implemented Interfaces:
Token,SecurityTokenReference
public class SecurityTokenReferenceImpl
extends SecurityTokenReferenceType
implements SecurityTokenReference
SecurityTokenReference implementation
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.secext10.SecurityTokenReferenceType
any, id, usageFields inherited from interface com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference
KEYIDENTIFIER, REFERENCE, TOKEN_TYPE -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionThe token ValuegetType()The type of the Tokenfinal voidsetReference(Reference ref) voidsetTokenType(String tokenType) Methods inherited from class com.sun.xml.ws.security.secext10.SecurityTokenReferenceType
getAny, getId, getOtherAttributes, getUsage, setId
-
Constructor Details
-
SecurityTokenReferenceImpl
-
SecurityTokenReferenceImpl
-
-
Method Details
-
setReference
- Specified by:
setReferencein interfaceSecurityTokenReference
-
getReference
- Specified by:
getReferencein interfaceSecurityTokenReference
-
setTokenType
- Specified by:
setTokenTypein interfaceSecurityTokenReference
-
getTokenType
- Specified by:
getTokenTypein interfaceSecurityTokenReference
-
getType
Description copied from interface:TokenThe type of the Token -
getTokenValue
Description copied from interface:TokenThe token Value- Specified by:
getTokenValuein interfaceToken
-