com.sun.xml.ws.security.trust.impl.elements.str
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityTokenReferenceImpl
public SecurityTokenReferenceImpl(Reference ref)
SecurityTokenReferenceImpl
public SecurityTokenReferenceImpl(SecurityTokenReferenceType strType)
setReference
public final void setReference(Reference ref)
- Specified by:
setReference in interface SecurityTokenReference
getReference
public Reference getReference()
- Specified by:
getReference in interface SecurityTokenReference
setTokenType
public void setTokenType(String tokenType)
- Specified by:
setTokenType in interface SecurityTokenReference
getTokenType
public String getTokenType()
- Specified by:
getTokenType in interface SecurityTokenReference
getType
public String getType()
- Description copied from interface:
Token
- The type of the Token
- Specified by:
getType in interface Token
getTokenValue
public Object getTokenValue()
- Description copied from interface:
Token
- The token Value
- Specified by:
getTokenValue in interface Token
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.