|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 headers.
| Method Summary | |
|---|---|
SecurityToken |
getSecurityToken()
Returns the SecurityToken for the WS-Security. |
void |
init(SecurityTokenSpec tokenSpec)
Initialize the TokenProvider to generate the necessary
security token. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||