Skip navigation links


oracle.iam.platform.auth.api
Interface IdentityStore


public interface IdentityStore

Since all methods are to be used by package classes only, Making their scope to be package private.


Method Summary
 void clearLoginAttempts(java.lang.String username)
           
 boolean exceedsMaxLoginAttempts(int loginAttempts)
           
 boolean exceedsPasswordResetAttempts(int pwdResetAttempts)
           
 oracle.iam.platform.auth.impl.User getUser(java.lang.String username)
           
 void incrementLoginAttempts(java.lang.String username)
           
 void incrementLoginAttemptsAndLockUser(java.lang.String username)
           
 boolean isChallengeQuestionsDisabledForOIM()
           

 

Method Detail

getUser

oracle.iam.platform.auth.impl.User getUser(java.lang.String username)
                                           throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

incrementLoginAttemptsAndLockUser

void incrementLoginAttemptsAndLockUser(java.lang.String username)
                                       throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

clearLoginAttempts

void clearLoginAttempts(java.lang.String username)
                        throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

incrementLoginAttempts

void incrementLoginAttempts(java.lang.String username)
                            throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

exceedsMaxLoginAttempts

boolean exceedsMaxLoginAttempts(int loginAttempts)
                                throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

exceedsPasswordResetAttempts

boolean exceedsPasswordResetAttempts(int pwdResetAttempts)
                                     throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

isChallengeQuestionsDisabledForOIM

boolean isChallengeQuestionsDisabledForOIM()
                                           throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

Skip navigation links


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