com.sun.xml.ws.security.secconv.impl.elements
Class SecurityContextTokenImpl

java.lang.Object
  extended by com.sun.xml.ws.security.secconv.impl.bindings.SecurityContextTokenType
      extended by com.sun.xml.ws.security.secconv.impl.elements.SecurityContextTokenImpl
All Implemented Interfaces:
SecurityContextToken, Token

public class SecurityContextTokenImpl
extends SecurityContextTokenType
implements SecurityContextToken

SecurityContextToken Implementation

Author:
Manveen Kaur manveen.kaur@sun.com

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.secconv.impl.bindings.SecurityContextTokenType
any, id
 
Constructor Summary
SecurityContextTokenImpl()
           
SecurityContextTokenImpl(SecurityContextTokenType sTokenType)
           
SecurityContextTokenImpl(URI identifier, String instance, String wsuId)
           
 
Method Summary
 List getExtElements()
           
 URI getIdentifier()
           
 String getInstance()
           
 Object getTokenValue()
          The token Value
 String getType()
          The type of the Token
 String getWsuId()
           
 void setIdentifier(URI identifier)
           
 void setInstance(String instance)
           
 void setWsuId(String wsuId)
           
 
Methods inherited from class com.sun.xml.ws.security.secconv.impl.bindings.SecurityContextTokenType
getAny, getId, getOtherAttributes, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContextTokenImpl

public SecurityContextTokenImpl()

SecurityContextTokenImpl

public SecurityContextTokenImpl(URI identifier,
                                String instance,
                                String wsuId)

SecurityContextTokenImpl

public SecurityContextTokenImpl(SecurityContextTokenType sTokenType)
Method Detail

getIdentifier

public URI getIdentifier()
Specified by:
getIdentifier in interface SecurityContextToken

setIdentifier

public final void setIdentifier(URI identifier)

getInstance

public String getInstance()
Specified by:
getInstance in interface SecurityContextToken

setInstance

public final void setInstance(String instance)

setWsuId

public final void setWsuId(String wsuId)

getWsuId

public String getWsuId()
Specified by:
getWsuId in interface SecurityContextToken

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

getExtElements

public List getExtElements()
Specified by:
getExtElements in interface SecurityContextToken


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.