Package org.graylog2.shared.security
Class TypedBearerToken
java.lang.Object
org.apache.shiro.authc.BearerToken
org.graylog2.shared.security.TypedBearerToken
- All Implemented Interfaces:
Serializable,org.apache.shiro.authc.AuthenticationToken,org.apache.shiro.authc.HostAuthenticationToken,ActorAwareAuthenticationToken
public class TypedBearerToken
extends org.apache.shiro.authc.BearerToken
implements ActorAwareAuthenticationToken
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shiro.authc.BearerToken
getCredentials, getHost, getPrincipal, getTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shiro.authc.AuthenticationToken
getCredentials, getPrincipal
-
Constructor Details
-
TypedBearerToken
-
-
Method Details
-
getActor
- Specified by:
getActorin interfaceActorAwareAuthenticationToken
-
getType
-