Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


oracle.security.am.engines.idm
Interface IdentityServiceProvider


public interface IdentityServiceProvider

The IdentityServiceProvider class.

Since:
NGAMv1.0
Version:
$Header: ngam/src/engines/idm/src/main/java/oracle/security/am/engines/idm/IdentityServiceProvider.java /main/6 2012/08/27 07:37:27 sanjadha Exp $

Method Summary
 IdentityServiceProviderResponse evaluatePolicy(IdentityServiceContext context)
          Evaluate policy.
 int getIdentityServiceLockoutAttempts(IdentityServiceContext context)
          Gets the number of retry attempts allowed before user is locked.
 java.util.Enumeration<IdentityServiceProviderTask> getIdentityServiceProviderTaskItems(IdentityServiceContext context)
          Gets the identity service provider task items.
 java.lang.String getIdentityServiceUserAttributeForLockedOn(IdentityServiceContext context)
          Gets identity service user attribute for locked on date.
 java.lang.String getIdentityServiceUserAttributeForLockoutTime(IdentityServiceContext context)
          Gets the identity service user attribute for lockout time.
 java.lang.String getIdentityServiceUserAttributeForLoginTryCount(IdentityServiceContext context)
          Gets the identity service user attribute for login try count.
 java.lang.String[] getIdentityServiceUserAttributes(IdentityServiceContext context)
          Gets the identity service user attributes.
 java.lang.String getIdentityServiceValueForLockedOn(IdentityServiceContext context)
          Gets the value of locked on date to set for the locked-out user if invalid login attempts happen.
 long getIdentityServiceValueForLockoutTime(IdentityServiceContext context)
          Gets the lockouttime value in seconds to set for the locked-out user if invalid login attempts happen.
 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(IdentityServiceContext context)
Gets the identity service user attributes.
Returns:
the identity service user attributes

getIdentityServiceUserAttributeForLoginTryCount

java.lang.String getIdentityServiceUserAttributeForLoginTryCount(IdentityServiceContext context)
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(IdentityServiceContext context)
Gets the identity service user attribute for lockout time.
Returns:
the identity service user attribute for lockout time

getIdentityServiceValueForLockoutTime

long getIdentityServiceValueForLockoutTime(IdentityServiceContext context)
Gets the lockouttime value in seconds to set for the locked-out user if invalid login attempts happen.
Parameters:
context -
Returns:

getIdentityServiceUserAttributeForLockedOn

java.lang.String getIdentityServiceUserAttributeForLockedOn(IdentityServiceContext context)
Gets identity service user attribute for locked on date.
Parameters:
context -
Returns:
the identity service user attribute for locked on date.

getIdentityServiceValueForLockedOn

java.lang.String getIdentityServiceValueForLockedOn(IdentityServiceContext context)
Gets the value of locked on date to set for the locked-out user if invalid login attempts happen.
Parameters:
context -
Returns:

getIdentityServiceLockoutAttempts

int getIdentityServiceLockoutAttempts(IdentityServiceContext context)
Gets the number of retry attempts allowed before user is locked.
Parameters:
context -
Returns:

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.