|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SecurityToken
This interface represents WS-Security token that can be inserted into or extracted from SOAP messages headers for Web Services Security transactions.
Each Security Token must need to implement this interface along with
SecurityTokenSpec for generating the Security Tokens.
| フィールドの概要 | |
|---|---|
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 OpenSSO 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 |
| メソッドの概要 | |
|---|---|
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 Token
static final String WSS_USERNAME_TOKEN
URI to identify the WS-Security UserName Security Token
static final String LIBERTY_ASSERTION_TOKEN
URI to identify the Liberty SAML Security Token
static final String WSS_KERBEROS_TOKEN
URI to identify the WS-Security Kerberos Security Token
static final String WSS_FAM_SSO_TOKEN
URI is to identify the OpenSSO security
token. The OpenSSO security token contains SSOToken.
| メソッドの詳細 |
|---|
String getTokenType()
SecurityToken.WSS_SAML_TOKEN,
SecurityToken.WSS_X509_TOKEN
SecurityToken.WSS_USERNAME_TOKEN
SecurityToken.WSS_SAML2_TOKEN
Element toDocumentElement()
throws SecurityException
SecurityException - if any failure is occured.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||