| Package | Description |
|---|---|
| org.pac4j.core.client | |
| org.pac4j.core.profile.creator |
| Modifier and Type | Method and Description |
|---|---|
ProfileCreator<C,U> |
IndirectClientV2.getProfileCreator() |
ProfileCreator<C,U> |
DirectClientV2.getProfileCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndirectClientV2.setProfileCreator(ProfileCreator<C,U> profileCreator) |
void |
DirectClientV2.setProfileCreator(ProfileCreator<C,U> profileCreator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProfileCreator<C extends Credentials,P extends CommonProfile>
Abstract profile creator where you can define the profile created.
|
class |
AuthenticatorProfileCreator<C extends Credentials,P extends CommonProfile>
This profile creator retrieves the user profile attached in the
Credentials. |
Copyright © 2017. All Rights Reserved.