| Package | Description |
|---|---|
| org.picketlink.config.http | |
| org.picketlink.http.internal.authorization |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends PathAuthorizer>> |
AuthorizationConfiguration.getAuthorizers() |
| Constructor and Description |
|---|
AuthorizationConfiguration(PathConfiguration pathConfiguration,
String[] allowedRoles,
String[] allowedGroups,
String[] allowedRealms,
String[] expressions,
List<Class<? extends PathAuthorizer>> authorizers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPathAuthorizer |
class |
ExpressionPathAuthorizer
A default implementation of
PathAuthorizer. |
class |
GroupPathAuthorizer
A default implementation of
PathAuthorizer. |
class |
RealmPathAuthorizer
A default implementation of
PathAuthorizer. |
class |
RolePathAuthorizer
A default implementation of
PathAuthorizer. |
Copyright © 2021. All rights reserved.