public interface Pac4jAuthentication
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,org.pac4j.core.profile.CommonProfile> |
getInternalProfilesMap()
Get all the profiles of the authenticated user as a map.
|
default org.pac4j.core.profile.CommonProfile |
getProfile()
Get the main profile of the authenticated user.
|
default List<org.pac4j.core.profile.CommonProfile> |
getProfiles()
Get all the profiles of the authenticated user.
|
default org.pac4j.core.profile.CommonProfile getProfile()
default List<org.pac4j.core.profile.CommonProfile> getProfiles()
LinkedHashMap<String,org.pac4j.core.profile.CommonProfile> getInternalProfilesMap()
Copyright © 2016. All rights reserved.