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
Interface IdmService

All Superinterfaces:
JpsPersistable, ServiceInstance

public interface IdmService
extends ServiceInstance

A IdmService service interface


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.security.jps.service.JpsPersistable
JpsPersistable.Mode

 

Method Summary
 java.lang.String getAuthenticationName()
          Returns the authentication name.
 java.util.Set<java.lang.String> getCookieTokens()
          Returns all the cookie tokens configured
 java.util.Properties getCustomProperties()
          Returns the configured custom properties for this instance
 java.util.Set<java.lang.String> getHeaderTokens()
          Returns all the http header tokens configured
 java.util.Properties getProperties()
          Returns all the configured properties for this instance
 java.lang.String getTokenAsserterClass()
          Returns the token asserter class name
 java.lang.String getTokenCollectorClass()
          Returns the token collector class name
 IdmTokenType getTokenType()
          Current token type.

 

Methods inherited from interface oracle.security.jps.service.ServiceInstance
accept, getName, getServiceProvider

 

Methods inherited from interface oracle.security.jps.service.JpsPersistable
persist, refresh

 

Method Detail

getAuthenticationName

java.lang.String getAuthenticationName()
Returns the authentication name.
Returns:
The authentication name

getTokenAsserterClass

java.lang.String getTokenAsserterClass()
Returns the token asserter class name
Returns:
The asserter class name

getTokenCollectorClass

java.lang.String getTokenCollectorClass()
Returns the token collector class name
Returns:
The collector class name

getTokenType

IdmTokenType getTokenType()
Current token type. It can be COOKIE_TOKEN, HEADER_TOKEN, REQUEST_TOKEN or CUSTOM_TOKEN
Returns:
The token type

getCookieTokens

java.util.Set<java.lang.String> getCookieTokens()
Returns all the cookie tokens configured
Returns:
list of all the cookie tokens

getHeaderTokens

java.util.Set<java.lang.String> getHeaderTokens()
Returns all the http header tokens configured
Returns:
list of all the http header tokens

getCustomProperties

java.util.Properties getCustomProperties()
Returns the configured custom properties for this instance
Returns:
The custom properties

getProperties

java.util.Properties getProperties()
Returns all the configured properties for this instance
Returns:
All the properties

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.