
public abstract class RealmDefiniteOutcomeAuthenticationEvent extends RealmAuthenticationEvent
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(RealmEventVisitor<P,R> visitor,
P param)
Accept the given visitor, calling the method which is most applicable to this event type.
|
Credential |
getCredential()
Get the actual credential used.
|
Evidence |
getEvidence()
Get the actual credential guess used.
|
boolean |
isFailure()
Determine if this authentication definitely failed.
|
getRealmIdentity, isSuccesspublic Credential getCredential()
null if it is not known or none was usedpublic Evidence getEvidence()
null if there was no guess, it is not known, or no credential was usedpublic <P,R> R accept(RealmEventVisitor<P,R> visitor, P param)
RealmEventaccept in class RealmAuthenticationEventP - the visitor parameter typeR - the visitor return typevisitor - the visitorparam - the parameter to pass to the visitor handleXxx methodhandleXxx methodpublic final boolean isFailure()
RealmAuthenticationEventisFailure in class RealmAuthenticationEventtrue if the authentication definitely failed, false if it did not definitely
failCopyright © 2020 JBoss by Red Hat. All rights reserved.