public class Pac4jRememberMeAuthenticationToken extends org.springframework.security.authentication.RememberMeAuthenticationToken implements Pac4jAuthentication
Constructor and Description |
---|
Pac4jRememberMeAuthenticationToken(LinkedHashMap<String,org.pac4j.core.profile.CommonProfile> profiles) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LinkedHashMap<String,org.pac4j.core.profile.CommonProfile> |
getInternalProfilesMap()
Get all the profiles of the authenticated user as a map.
|
int |
hashCode() |
getCredentials, getKeyHash, getPrincipal
eraseCredentials, getAuthorities, getDetails, getName, isAuthenticated, setAuthenticated, setDetails, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getProfile, getProfiles
public Pac4jRememberMeAuthenticationToken(LinkedHashMap<String,org.pac4j.core.profile.CommonProfile> profiles)
public LinkedHashMap<String,org.pac4j.core.profile.CommonProfile> getInternalProfilesMap()
Pac4jAuthentication
getInternalProfilesMap
in interface Pac4jAuthentication
public boolean equals(Object o)
Copyright © 2016. All rights reserved.