| Interface | Description |
|---|---|
| OAuth20ProfileScopeToAttributesFilter | |
| OAuth20UserProfileDataCreator |
Strategy interface that acts as factory to handle creation of un-typed user profile data which then could be transformed into whatever
representation necessary by upstream components.
|
| Class | Description |
|---|---|
| ClientIdAwareProfileManager<U extends org.pac4j.core.profile.CommonProfile> |
This is a profile manager used during OAuth authentication.
|
| DefaultOAuth20ProfileScopeToAttributesFilter | |
| DefaultOAuth20UserProfileDataCreator |
Default implementation of
OAuth20UserProfileDataCreator. |