public class SecurityContextTokenImpl extends SecurityContextTokenType implements SecurityContextToken
any, id| Constructor and Description |
|---|
SecurityContextTokenImpl() |
SecurityContextTokenImpl(SecurityContextTokenType sTokenType) |
SecurityContextTokenImpl(URI identifier,
String instance,
String wsuId) |
| Modifier and Type | Method and Description |
|---|---|
List |
getExtElements() |
URI |
getIdentifier() |
String |
getInstance() |
Object |
getTokenValue() |
String |
getType() |
String |
getWsuId() |
void |
setIdentifier(URI identifier) |
void |
setInstance(String instance) |
void |
setWsuId(String wsuId) |
getAny, getId, getOtherAttributes, setIdpublic SecurityContextTokenImpl()
public SecurityContextTokenImpl(URI identifier, String instance, String wsuId)
public SecurityContextTokenImpl(SecurityContextTokenType sTokenType)
public URI getIdentifier()
getIdentifier in interface SecurityContextTokenpublic final void setIdentifier(URI identifier)
public String getInstance()
getInstance in interface SecurityContextTokenpublic final void setInstance(String instance)
public final void setWsuId(String wsuId)
public String getWsuId()
getWsuId in interface SecurityContextTokenpublic Object getTokenValue()
getTokenValue in interface Tokenpublic List getExtElements()
getExtElements in interface SecurityContextTokenCopyright © 2005–2018 Oracle Corporation. All rights reserved.