public static class AuthenticationMechanism.ChallengeResult extends Object
| Constructor and Description |
|---|
AuthenticationMechanism.ChallengeResult(boolean challengeSent) |
AuthenticationMechanism.ChallengeResult(boolean challengeSent,
Integer statusCode) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDesiredResponseCode()
Obtain the response code desired by this mechanism for the challenge.
|
boolean |
isChallengeSent()
Check if the mechanism did send a challenge.
|
public AuthenticationMechanism.ChallengeResult(boolean challengeSent,
Integer statusCode)
public AuthenticationMechanism.ChallengeResult(boolean challengeSent)
public Integer getDesiredResponseCode()
public boolean isChallengeSent()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.