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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.shiro.authc.UsernamePasswordToken

    clear, getCredentials, getHost, getPassword, getPrincipal, getUsername, isRememberMe, setHost, setPassword, setRememberMe, setUsername, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.shiro.authc.AuthenticationToken

    getCredentials, getPrincipal