public abstract class SecurityTokenImpl extends Object implements SecurityToken, Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredential() |
abstract String |
getId() |
abstract PrivateKey |
getPrivateKey() |
abstract PublicKey |
getPublicKey() |
abstract Key |
getSecretKey() |
abstract String |
getValueType() |
abstract void |
setId(String id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshal, unmarshalisFeatureSupportedpublic Object getCredential()
getCredential in interface SecurityTokenpublic abstract String getValueType()
getValueType in interface SecurityTokenpublic abstract String getId()
getId in interface SecurityTokenpublic abstract void setId(String id)
setId in interface SecurityTokenpublic abstract PrivateKey getPrivateKey()
getPrivateKey in interface SecurityTokenpublic abstract PublicKey getPublicKey()
getPublicKey in interface SecurityTokenpublic abstract Key getSecretKey()
getSecretKey in interface SecurityToken