|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.apps.jaas.callback.ChallengeResponseCallback
public class ChallengeResponseCallback
JAAS authentication callback for a set of challenges and responses of the authenticating user. This callback does not have to be handled if the user is providing a password. In situations where the user does not, however, this callback is meant to provide an additional authentication mechanism.
| Constructor Summary | |
|---|---|
ChallengeResponseCallback()
Default constructor of the callback. |
|
| Method Summary | |
|---|---|
java.util.Map |
getChallengesAndResponses()
Returns the challenges and responses. |
void |
setChallengesAndResponses(java.util.Map cars)
Changes the challenges and responses. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChallengeResponseCallback()
| Method Detail |
|---|
public java.util.Map getChallengesAndResponses()
public void setChallengesAndResponses(java.util.Map cars)
cars - Map of challenge/response String pairs. The challenge is
the key.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||