public class Pac4jToken extends Object implements org.apache.shiro.authc.RememberMeAuthenticationToken
| Constructor and Description |
|---|
Pac4jToken(List<org.pac4j.core.profile.CommonProfile> profiles,
boolean isRemembered) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
List<org.pac4j.core.profile.CommonProfile> |
getProfiles() |
boolean |
isRememberMe() |
public Pac4jToken(List<org.pac4j.core.profile.CommonProfile> profiles, boolean isRemembered)
public Object getPrincipal()
getPrincipal in interface org.apache.shiro.authc.AuthenticationTokenpublic Object getCredentials()
getCredentials in interface org.apache.shiro.authc.AuthenticationTokenpublic boolean isRememberMe()
isRememberMe in interface org.apache.shiro.authc.RememberMeAuthenticationTokenpublic List<org.pac4j.core.profile.CommonProfile> getProfiles()
Copyright © 2018. All rights reserved.