public final class AuthenticationCompleteCallback extends Object implements ExtendedCallback, Serializable
Modifier and Type | Field and Description |
---|---|
static AuthenticationCompleteCallback |
FAILED |
static AuthenticationCompleteCallback |
SUCCEEDED |
Modifier and Type | Method and Description |
---|---|
boolean |
failed()
Determine whether authentication failed.
|
boolean |
succeeded()
Determine whether authentication succeeded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOptional, needsInformation
public static final AuthenticationCompleteCallback SUCCEEDED
public static final AuthenticationCompleteCallback FAILED
public boolean succeeded()
failed()
.true
if authentication succeeded, false
otherwisepublic boolean failed()
succeeded()
.true
if the authentication failed, false
otherwiseCopyright © 2020 JBoss by Red Hat. All rights reserved.