com.sun.xml.ws.security.trust.impl.elements.str
Class SecurityTokenReferenceImpl

java.lang.Object
  extended by com.sun.xml.ws.security.secext10.SecurityTokenReferenceType
      extended by 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, usage
 
Fields inherited from interface com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference
KEYIDENTIFIER, REFERENCE, TOKEN_TYPE
 
Constructor Summary
SecurityTokenReferenceImpl(Reference ref)
           
SecurityTokenReferenceImpl(SecurityTokenReferenceType strType)
           
 
Method Summary
 Reference getReference()
           
 String getTokenType()
           
 Object getTokenValue()
          The token Value
 String getType()
          The type of the Token
 void setReference(Reference ref)
           
 void setTokenType(String tokenType)
           
 
Methods inherited from class com.sun.xml.ws.security.secext10.SecurityTokenReferenceType
getAny, getId, getOtherAttributes, getUsage, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityTokenReferenceImpl

public SecurityTokenReferenceImpl(Reference ref)

SecurityTokenReferenceImpl

public SecurityTokenReferenceImpl(SecurityTokenReferenceType strType)
Method Detail

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.