public interface SecurityToken
Each Security Token must need to implement this interface along with
SecurityTokenSpec
for generating the Security Tokens.
Modifier and Type | Field and Description |
---|---|
static String |
LIBERTY_ASSERTION_TOKEN
The
URI to identify the Liberty SAML Security Token |
static String |
WSS_FAM_SSO_TOKEN
The
URI is to identify the OpenAM security
token. |
static String |
WSS_KERBEROS_TOKEN
The
URI to identify the WS-Security Kerberos Security Token |
static String |
WSS_SAML_TOKEN
The
URI to identify the WS-Security SAML Security Token. |
static String |
WSS_SAML2_TOKEN
The
URI to identify the WS-Security SAML2 Security Token. |
static String |
WSS_USERNAME_TOKEN
The
URI to identify the WS-Security UserName Security Token |
static String |
WSS_X509_TOKEN
The
URI to identify the WS-Security X509 Security Token |
Modifier and Type | Method and Description |
---|---|
String |
getTokenType()
Returns the security token type.
|
Element |
toDocumentElement()
Converts the Security Token into DOM Object.
|
static final String WSS_SAML_TOKEN
URI
to identify the WS-Security SAML Security Token.static final String WSS_SAML2_TOKEN
URI
to identify the WS-Security SAML2 Security Token.static final String WSS_X509_TOKEN
URI
to identify the WS-Security X509 Security Tokenstatic final String WSS_USERNAME_TOKEN
URI
to identify the WS-Security UserName Security Tokenstatic final String LIBERTY_ASSERTION_TOKEN
URI
to identify the Liberty SAML Security Tokenstatic final String WSS_KERBEROS_TOKEN
URI
to identify the WS-Security Kerberos Security Tokenstatic final String WSS_FAM_SSO_TOKEN
URI
is to identify the OpenAM security
token. The OpenAM security token contains SSOToken.String getTokenType()
WSS_SAML_TOKEN
,
WSS_X509_TOKEN
WSS_USERNAME_TOKEN
WSS_SAML2_TOKEN
Element toDocumentElement() throws SecurityException
SecurityException
- if any failure is occured.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.