|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by any custom Token Assertion Provider that user wants to plugin.
Method Summary | |
oracle.security.jazn.callback.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 |
public oracle.security.jazn.callback.IdentityCallbackHandler assertIdentity(java.lang.String tokenType, IdentityToken token, java.util.Properties properties) throws AsserterException
tokenType
- The can be of HTTP_COOKIE, HTTP_HEADER or HTTP_REQUESTtoken
- This is the token of type IdentityTokenproperties
- Any properties defined by the user in configuration file.AsserterException
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |