Package oracle.security.am.engines.idm
Interface IdentityServiceProvider
public interface IdentityServiceProvider
The
IdentityServiceProvider class.- Since:
- NGAMv1.0
-
Method Summary
Modifier and TypeMethodDescriptionevaluatePolicy<wbr>(IdentityServiceContext context)Evaluate policy.booleanGets the account locked value on failure invalid login attempts happen.intgetIdentityServiceLockoutAttempts<wbr>(IdentityServiceContext context)Gets the number of retry attempts allowed before user is locked.getIdentityServiceProviderTaskItems<wbr>(IdentityServiceContext context)Gets the identity service provider task items.Gets identity service user attribute for locked on date.Gets the identity service user attribute for lockout time.Gets the identity service user attribute for login try count.String[]getIdentityServiceUserAttributes<wbr>(IdentityServiceContext context)Gets the identity service user attributes.getIdentityServiceValueForLockedOn<wbr>(IdentityServiceContext context)Gets the value of locked on date to set for the locked-out user if invalid login attempts happen.longgetIdentityServiceValueForLockoutTime<wbr>(IdentityServiceContext context)Gets the lockouttime value in seconds to set for the locked-out user if invalid login attempts happen.getUrl<wbr>(IdentityProviderServiceType type, IdentityServiceContext context)Gets the url.
-
Method Details
-
evaluatePolicy
Evaluate policy.- Parameters:
context- the context- Returns:
- the identity service provider response
-
getIdentityServiceProviderTaskItems
Enumeration<IdentityServiceProviderTask> getIdentityServiceProviderTaskItems<wbr>(IdentityServiceContext context)Gets the identity service provider task items.- Parameters:
context- the context- Returns:
- the identity service provider task items
-
getUrl
Gets the url.- Parameters:
context- the contexttype- the type- Returns:
- the url
-
getIdentityServiceUserAttributes
Gets the identity service user attributes.- Returns:
- the identity service user attributes
-
getIdentityServiceUserAttributeForLoginTryCount
Gets the identity service user attribute for login try count.- Returns:
- the identity service user attribute for login try count
-
getIdentityServiceUserAttributeForLockoutTime
Gets the identity service user attribute for lockout time.- Returns:
- the identity service user attribute for lockout time
-
getIdentityServiceValueForLockoutTime
Gets the lockouttime value in seconds to set for the locked-out user if invalid login attempts happen.- Parameters:
context-- Returns:
-
getIdentityServiceUserAttributeForLockedOn
Gets identity service user attribute for locked on date.- Parameters:
context-- Returns:
- the identity service user attribute for locked on date.
-
getIdentityServiceValueForLockedOn
Gets the value of locked on date to set for the locked-out user if invalid login attempts happen.- Parameters:
context-- Returns:
-
getIdentityServiceLockoutAttempts
Gets the number of retry attempts allowed before user is locked.- Parameters:
context-- Returns:
-
getIdentityServiceAccountLockedOnFailure
Gets the account locked value on failure invalid login attempts happen.- Parameters:
context-- Returns:
-