| Package | Description |
|---|---|
| org.pac4j.core.authorization | |
| org.pac4j.core.authorization.generator | |
| org.pac4j.core.client |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationGenerator<U extends CommonProfile>
Generate the authorization roles and permissions for this user profile.
|
class |
DefaultRolesPermissionsAuthorizationGenerator<U extends CommonProfile>
Grant default roles and/or permissions to a user profile.
|
class |
FromAttributesAuthorizationGenerator<U extends CommonProfile>
Generate the authorization information by inspecting attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpringSecurityPropertiesAuthorizationGenerator.generate(CommonProfile profile) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseClient<C extends Credentials,U extends CommonProfile>
This class is the default implementation of an authentication client (whatever the protocol).
|
class |
DirectClient<C extends Credentials,U extends CommonProfile>
This class is the default direct (stateless) implementation of an authentication client (whatever the protocol).
|
class |
IndirectClient<C extends Credentials,U extends CommonProfile>
This class is the default indirect (with redirection, stateful) implementation of an authentication client (whatever the protocol).
|
Copyright © 2016. All Rights Reserved.