WLDOMStructure, XMLStructureSAMLToken, TrustTokenSAMLTokenImpl, SAMLTrustToken, SecurityTokenImplpublic interface SecurityToken extends WLDOMStructure, XMLStructure
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.Object | getCredential() | Deprecated.
 can not be used directly by customers | 
| java.lang.String | getId() | |
| java.security.PrivateKey | getPrivateKey() | Deprecated.
 can not be used directly by customers | 
| java.security.PublicKey | getPublicKey() | Deprecated.
 can not be used directly by customers | 
| java.security.Key | getSecretKey() | Deprecated.
 can not be used directly by customers | 
| java.lang.String | getValueType() | |
| void | setId(java.lang.String id) | Deprecated.
 can not be used directly by customers | 
marshal, unmarshalisFeatureSupportedjava.lang.String getValueType()
java.lang.String getId()
void setId(java.lang.String id)
java.security.PrivateKey getPrivateKey()
java.security.PublicKey getPublicKey()
java.security.Key getSecretKey()
java.lang.Object getCredential()