|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TokenAsserter
This interface must be implemented by any custom Token Assertion Provider that user wants to plugin.
| Method Summary | |
|---|---|
IdentityCallbackHandler |
assertIdentity(java.lang.String tokenType, IdentityToken token, java.util.Properties properties)This method will be called by OC4J with an appropriate token, token type and properties Only one of the token type can be active at a time based on configuration in the config file. |
| Method Detail |
|---|
IdentityCallbackHandler assertIdentity(java.lang.String tokenType,
IdentityToken token,
java.util.Properties properties)
throws AsserterException
tokenType - The can be of COOKIE_TOKEN, HEADER_TOKEN, REQUEST_TOKEN or CUSTOM_TOKENtoken - This is the token of type IdentityTokenproperties - Any properties defined by the user in configuration file.AsserterException
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||