Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.engines.idm
Interface IdentityServiceProvider


public interface IdentityServiceProvider

The IdentityServiceProvider Interface defines the methods can be used for

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

Method Summary
 IdentityServiceProviderResponse evaluatePolicy(IdentityServiceContext context)
          Evaluate policy.
 java.util.Enumeration<IdentityServiceProviderTask> getIdentityServiceProviderTaskItems(IdentityServiceContext context)
          Gets the identity service provider task items.
 java.lang.String getIdentityServiceUserAttributeForLockoutTime()
          Gets the identity service user attribute for lockout time.
 java.lang.String getIdentityServiceUserAttributeForLoginTryCount()
          Gets the identity service user attribute for login try count.
 java.lang.String[] getIdentityServiceUserAttributes()
          Gets the identity service user attributes.
 java.lang.String getIdentityServiceValueForLockoutTime()
           
 java.net.URL getUrl(IdentityProviderServiceType type, IdentityServiceContext context)
          Gets the url.

 

Method Detail

evaluatePolicy

IdentityServiceProviderResponse evaluatePolicy(IdentityServiceContext context)
Evaluate policy.
Parameters:
context - the context
Returns:
the identity service provider response

getIdentityServiceProviderTaskItems

java.util.Enumeration<IdentityServiceProviderTask> getIdentityServiceProviderTaskItems(IdentityServiceContext context)
Gets the identity service provider task items.
Parameters:
context - the context
Returns:
the identity service provider task items

getUrl

java.net.URL getUrl(IdentityProviderServiceType type,
                    IdentityServiceContext context)
Gets the url.
Parameters:
context - the context
type - the type
Returns:
the url

getIdentityServiceUserAttributes

java.lang.String[] getIdentityServiceUserAttributes()
Gets the identity service user attributes.
Returns:
the identity service user attributes

getIdentityServiceUserAttributeForLoginTryCount

java.lang.String getIdentityServiceUserAttributeForLoginTryCount()
Gets the identity service user attribute for login try count.
Returns:
the identity service user attribute for login try count

getIdentityServiceUserAttributeForLockoutTime

java.lang.String getIdentityServiceUserAttributeForLockoutTime()
Gets the identity service user attribute for lockout time.
Returns:
the identity service user attribute for lockout time

getIdentityServiceValueForLockoutTime

java.lang.String getIdentityServiceValueForLockoutTime()

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.