|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface TokenProvider
The interface TokenProvider represents a Security Token
provider for generating the Security Tokens.
Each token provider implementation must implement this interface
to generate the SecurityTokens that may be attached to the
Web services security (SOAP) headers.
| メソッドの概要 | |
|---|---|
SecurityToken |
getSecurityToken()
Returns the SecurityToken for the WS-Security. |
void |
init(SecurityTokenSpec tokenSpec)
Initializes the TokenProvider to generate the necessary
Security Token. |
| メソッドの詳細 |
|---|
void init(SecurityTokenSpec tokenSpec)
TokenProvider to generate the necessary
Security Token.
tokenSpec - the token specification required to generate the
Security Token.
SecurityToken getSecurityToken()
throws SecurityException
SecurityToken for the WS-Security.
SecurityException - if unable to generate the Security Token.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||