Package org.graylog2.shared.security
Class ActorAwareUsernamePasswordToken
java.lang.Object
org.apache.shiro.authc.UsernamePasswordToken
org.graylog2.shared.security.ActorAwareUsernamePasswordToken
- All Implemented Interfaces:
Serializable,org.apache.shiro.authc.AuthenticationToken,org.apache.shiro.authc.HostAuthenticationToken,org.apache.shiro.authc.RememberMeAuthenticationToken,ActorAwareAuthenticationToken
public class ActorAwareUsernamePasswordToken
extends org.apache.shiro.authc.UsernamePasswordToken
implements ActorAwareAuthenticationToken
Audit actor is always the username.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shiro.authc.UsernamePasswordToken
clear, getCredentials, getHost, getPassword, getPrincipal, getUsername, isRememberMe, setHost, setPassword, setRememberMe, setUsername, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.shiro.authc.AuthenticationToken
getCredentials, getPrincipal
-
Constructor Details
-
ActorAwareUsernamePasswordToken
-
-
Method Details
-
getActor
- Specified by:
getActorin interfaceActorAwareAuthenticationToken
-