
public final class RealmAbandonedAuthenticationEvent extends RealmAuthenticationEvent
| Constructor and Description |
|---|
RealmAbandonedAuthenticationEvent(RealmIdentity realmIdentity)
Construct a new instance.
|
| 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.
|
boolean |
isFailure()
Determine if this authentication definitely failed.
|
boolean |
isSuccess()
Determine if this authentication was definitely successful.
|
getRealmIdentitypublic RealmAbandonedAuthenticationEvent(RealmIdentity realmIdentity)
realmIdentity - the realm identity of the authentication eventpublic <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 boolean isSuccess()
RealmAuthenticationEventisSuccess in class RealmAuthenticationEventtrue if the authentication was definitely successful, false if it was not definitely
successfulpublic 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.