|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.apps.identity.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)
ChallengeResponseConfiguration constructor. |
Method Summary | |
---|---|
boolean |
areChallengesUserDefined()
Determine whether challenge response definition mode is set to USER-DEFINED. |
java.util.Collection |
getAdminDefinedChallenges()
Gets the set of challenges that are defined by an administrator. |
int |
getNumRequiredChallenges()
Get the number of challenges and response a user must configure. |
boolean |
isChallengeResponseEnabled()
Determine whether challenge response is enabled. |
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)
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 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 |