|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.apps.identity.ChallengeResponseConfiguration
public class ChallengeResponseConfiguration
Provides aggregate challenge response configuration capabilities. Note that this class is public; however there are no setters. It is expected that clients will use ChallengeResponseManager.getChallengeResponseConfiguration() to get the ChallengeResponseConfiguration.
Constructor Summary | |
---|---|
ChallengeResponseConfiguration(boolean challengeResponseEnabled,
boolean userDefined,
int numRequired,
java.util.Collection adminDefinedChallenges,
int minResponseLength,
int maxRepeatChar,
boolean isUserIdDisallowed,
boolean isResponseUnique,
boolean doesAnswerMatchQuestion)
ChallengeResponseConfiguration constructor. |
Method Summary | |
---|---|
boolean |
areChallengesUserDefined()
Determine whether challenge response definition mode is set to USER-DEFINED. |
boolean |
doesAnswerMatchQuestion()
|
java.util.Collection |
getAdminDefinedChallenges()
Gets the set of challenges that are defined by an administrator. |
int |
getmaxRepeatChar()
|
int |
getminResponseLength()
|
int |
getNumRequiredChallenges()
Get the number of challenges and response a user must configure. |
boolean |
isChallengeResponseEnabled()
Determine whether challenge response is enabled. |
boolean |
isResponseUnique()
|
boolean |
isUserIdDisallowed()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChallengeResponseConfiguration(boolean challengeResponseEnabled, boolean userDefined, int numRequired, java.util.Collection adminDefinedChallenges, int minResponseLength, int maxRepeatChar, boolean isUserIdDisallowed, boolean isResponseUnique, boolean doesAnswerMatchQuestion)
challengeResponseEnabled
- Indicates whether challenge/response is enabled or notuserDefined
- Indicates whether the questions are defined by the usernumRequired
- Number of questions the user must defineadminDefinedChallenges
- of the admin-defined challenges String
Method Detail |
---|
public int getminResponseLength()
public int getmaxRepeatChar()
public boolean isUserIdDisallowed()
public boolean isResponseUnique()
public boolean doesAnswerMatchQuestion()
public boolean isChallengeResponseEnabled()
public boolean areChallengesUserDefined()
public int getNumRequiredChallenges()
public java.util.Collection getAdminDefinedChallenges()
String that the administrator configured.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |