Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14650-02


oracle.security.jps.service.idm.token
Interface IdentityToken

All Known Implementing Classes:
CookieIdentityToken, HeaderIdentityToken, RequestIdentityToken

public interface IdentityToken

This is the base Identity Token interface. For any custom token type definition, user must implement this interface.


Method Summary
 java.util.Map<IdmTokenType,java.util.Map<java.lang.String,?>> getTokens()
          Returns the token map with token names as map keys and token value
 IdmTokenType getTokenType()
          Returns the current active token type
 void setTokens(java.util.Map<IdmTokenType,java.util.Map<java.lang.String,?>> tokens)
          Sets the token map with token names as map keys and token value

 

Method Detail

setTokens

void setTokens(java.util.Map<IdmTokenType,java.util.Map<java.lang.String,?>> tokens)
Sets the token map with token names as map keys and token value
Parameters:
tokens -

getTokens

java.util.Map<IdmTokenType,java.util.Map<java.lang.String,?>> getTokens()
Returns the token map with token names as map keys and token value
Returns:
map of tokens

getTokenType

IdmTokenType getTokenType()
Returns the current active token type
Returns:
IdmTokenType

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14650-02


Copyright © 2009, Oracle. All rights reserved.