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.
|
getRealmIdentity
public RealmAbandonedAuthenticationEvent(RealmIdentity realmIdentity)
realmIdentity
- the realm identity of the authentication eventpublic <P,R> R accept(RealmEventVisitor<P,R> visitor, P param)
RealmEvent
accept
in class RealmAuthenticationEvent
P
- the visitor parameter typeR
- the visitor return typevisitor
- the visitorparam
- the parameter to pass to the visitor handleXxx
methodhandleXxx
methodpublic boolean isSuccess()
RealmAuthenticationEvent
isSuccess
in class RealmAuthenticationEvent
true
if the authentication was definitely successful, false
if it was not definitely
successfulpublic boolean isFailure()
RealmAuthenticationEvent
isFailure
in class RealmAuthenticationEvent
true
if the authentication definitely failed, false
if it did not definitely
failCopyright © 2020 JBoss by Red Hat. All rights reserved.