|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Security Token Service 11g Release 2 (11.1.2) E27138-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TokenIssuerModule
This interface contains methods for custom token issuance. In order to support issuance of a custom token an implementation of this interface should be provided and registered with OSTS.
| Method Summary | |
|---|---|
void |
init(java.util.Map options)This method is called when the issuer module is initialized. |
TokenResult |
issue(TokenContext context)This method is called by OSTS when a custom token needs to be issued. |
| Method Detail |
|---|
void init(java.util.Map options)
throws TokenProcessingException
options, - a map containing issuance template properties.TokenProcessingException, - when there is an error during processingTokenProcessingException
TokenResult issue(TokenContext context)
throws TokenProcessingException
context - a TokenContext object containing parameters like token attributes that can be used during issuance.TokenProcessingException, - when there is an error during processingTokenProcessingException
|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Security Token Service 11g Release 2 (11.1.2) E27138-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||