|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.am.engines.idm.IdentityManagementEngine
public class IdentityManagementEngine
The IdentityManagementEngine Defins the interfaces for executing the identity store operations.
| Method Summary | |
|---|---|
IdentityServiceProviderResponse |
evaluatePasswordPolicy(java.util.Map<java.lang.String,java.lang.String> userAttributes)Evaluate password policy. |
int |
getAnonymousAuthLevel()Gets the down grade auth level. |
int |
getDowngradeAuthLevel() |
java.net.URL |
getForgotPasswordURL()Gets the forgot password url. |
static IdentityManagementEngine |
getInstance()Gets the single instance of IdentityManagementEngine. |
java.lang.String |
getLockoutTimeAttribute() |
java.lang.String |
getLockoutTimeValue() |
java.lang.String |
getLoginTryCountAttribute()Gets the login try count attribute. |
int |
getMaxLoginTryCount()Gets the max login try count. |
java.lang.String[] |
getPasswordPolicyAttributes()Gets the password policy attributes. |
java.net.URL |
getTrackUserRegistrationURL()Gets the track user registration url. |
java.net.URL |
getUserRegistrationURL()Gets the user registration url. |
void |
handleConfigChangeNotification(NotificationID notification)Handle config change notification. |
int |
initilize() |
boolean |
isIdentityServiceEnabled()Checks if is identity service enabled. |
boolean |
isRegistrationServiceEnabled()Checks if is registration service enabled. |
boolean |
isRunning() |
int |
reload() |
int |
shutdown() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IdentityManagementEngine getInstance()
public boolean isIdentityServiceEnabled()
public boolean isRegistrationServiceEnabled()
public IdentityServiceProviderResponse evaluatePasswordPolicy(java.util.Map<java.lang.String,java.lang.String> userAttributes)
userAttributes - the user attributespublic int getMaxLoginTryCount()
public int getAnonymousAuthLevel()
public int getDowngradeAuthLevel()
public java.net.URL getUserRegistrationURL()
public java.net.URL getForgotPasswordURL()
public java.lang.String[] getPasswordPolicyAttributes()
public java.lang.String getLoginTryCountAttribute()
public java.lang.String getLockoutTimeAttribute()
public java.lang.String getLockoutTimeValue()
public java.net.URL getTrackUserRegistrationURL()
public void handleConfigChangeNotification(NotificationID notification)
notification - the notificationpublic int initilize()
public boolean isRunning()
public int reload()
public int shutdown()
|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||