com.sun.xml.ws.security.secconv.impl.elements
Class SecurityContextTokenImpl
java.lang.Object
com.sun.xml.ws.security.secconv.impl.bindings.SecurityContextTokenType
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContextTokenImpl
public SecurityContextTokenImpl()
SecurityContextTokenImpl
public SecurityContextTokenImpl(URI identifier,
String instance,
String wsuId)
SecurityContextTokenImpl
public SecurityContextTokenImpl(SecurityContextTokenType sTokenType)
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.