public final class AccessTokenAuthToken extends Object implements org.apache.shiro.authc.HostAuthenticationToken
| Constructor and Description |
|---|
AccessTokenAuthToken(String token,
String host) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getCredentials() |
String |
getHost() |
Object |
getPrincipal() |
String |
getToken() |
int |
hashCode() |
String |
toString() |
public Object getPrincipal()
getPrincipal in interface org.apache.shiro.authc.AuthenticationTokenpublic Object getCredentials()
getCredentials in interface org.apache.shiro.authc.AuthenticationTokenpublic String getToken()
public String getHost()
getHost in interface org.apache.shiro.authc.HostAuthenticationTokenCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.