public final class SecurityAuthenticationSuccessfulEvent extends SecurityAuthenticationEvent
Constructor and Description |
---|
SecurityAuthenticationSuccessfulEvent(SecurityIdentity securityIdentity)
Constructor for a new instance.
|
Modifier and Type | Method and Description |
---|---|
<P,R> R |
accept(SecurityEventVisitor<P,R> visitor,
P param)
Accept the given visitor, calling the method which is most applicable to this event type.
|
isSuccessful
getInstant, getSecurityIdentity
public SecurityAuthenticationSuccessfulEvent(SecurityIdentity securityIdentity)
securityIdentity
- the SecurityIdentity
that successfully authenticated.public <P,R> R accept(SecurityEventVisitor<P,R> visitor, P param)
SecurityEvent
accept
in class SecurityAuthenticationEvent
P
- the visitor parameter typeR
- the visitor return typevisitor
- the visitorparam
- the parameter to pass to the visitor handleXxx
methodhandleXxx
methodCopyright © 2020 JBoss by Red Hat. All rights reserved.