Skip navigation links

Oracle Fusion Middleware Oracle Platform Security Services API Reference
11g Release 1 (11.1.1)

E14650-01


oracle.security.jps.service.idm.asserter
Interface TokenAsserter


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

assertIdentity

IdentityCallbackHandler assertIdentity(java.lang.String tokenType,
                                       IdentityToken token,
                                       java.util.Properties properties)
                                       throws AsserterException
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.
Parameters:
tokenType - The can be of COOKIE_TOKEN, HEADER_TOKEN, REQUEST_TOKEN or CUSTOM_TOKEN
token - This is the token of type IdentityToken
properties - Any properties defined by the user in configuration file.
Returns:
IdentityCallbackHandler
Throws:
AsserterException

Skip navigation links

Oracle Fusion Middleware Oracle Platform Security Services API Reference
11g Release 1 (11.1.1)

E14650-01


Copyright © 2009, Oracle. All rights reserved.