Skip navigation links

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

E14650-03


oracle.security.jps.service.idm.token
Class CookieIdentityToken

java.lang.Object
  extended by oracle.security.jps.service.idm.token.CookieIdentityToken

All Implemented Interfaces:
IdentityToken

public class CookieIdentityToken
extends java.lang.Object
implements IdentityToken

Constructor Summary
CookieIdentityToken(java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> cookies)
           

 

Method Summary
 java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> getCookies()
          Returns the Map of http parameter names for cookie and values as javax.servlet.http.Cookie objects
 java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> getTokens()
          Returns the token map with token names as map keys and token value
 oracle.security.jps.service.idm.IdmTokenType getTokenType()
          Returns the current active token type
 void setCookies(java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> cookies)
          Sets the Map of http parameter names for cookie and values as javax.servlet.http.Cookie objects
 void setTokens(java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> tokens)
          Sets the token map with token names as map keys and token value

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CookieIdentityToken

public CookieIdentityToken(java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> cookies)

Method Detail

setTokens

public void setTokens(java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> tokens)
Sets the token map with token names as map keys and token value
Specified by:
setTokens in interface IdentityToken
Parameters:
tokens -

getTokens

public java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> getTokens()
Returns the token map with token names as map keys and token value
Specified by:
getTokens in interface IdentityToken
Returns:
map of tokens

setCookies

public void setCookies(java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> cookies)
Sets the Map of http parameter names for cookie and values as javax.servlet.http.Cookie objects
Parameters:
cookies -

getCookies

public java.util.Map<oracle.security.jps.service.idm.IdmTokenType,java.util.Map<java.lang.String,?>> getCookies()
Returns the Map of http parameter names for cookie and values as javax.servlet.http.Cookie objects
Returns:
Map

getTokenType

public oracle.security.jps.service.idm.IdmTokenType getTokenType()
Returns the current active token type
Specified by:
getTokenType in interface IdentityToken
Returns:
IdmTokenType

Skip navigation links

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

E14650-03


Copyright © 2010, Oracle. All rights reserved.