Package | Description |
---|---|
org.picketlink.config.http |
Modifier and Type | Method and Description |
---|---|
AuthorizationConfigurationBuilder |
AuthorizationConfigurationBuilder.authorizer(Class<? extends PathAuthorizer>... pathAuthorizer)
Specifies a custom
PathAuthorizer for the given path. |
AuthorizationConfigurationBuilder |
PathConfigurationChildBuilder.authorizeWith() |
AuthorizationConfigurationBuilder |
AbstractPathConfigurationChildBuilder.authorizeWith() |
AuthorizationConfigurationBuilder |
PathConfigurationBuilder.authorizeWith()
Provides a set of options to configure authorization for a specific path.
|
AuthorizationConfigurationBuilder |
AuthorizationConfigurationBuilder.expression(String... expression)
Specified an EL Expression that will be used to enforce authorization when sending requests to a specific path.
|
AuthorizationConfigurationBuilder |
AuthorizationConfigurationBuilder.group(String... groupNames)
Specifies one or more groups that must be enforced when sending requests to a specific path.
|
AuthorizationConfigurationBuilder |
AuthorizationConfigurationBuilder.realm(String... realmNames)
Specifies one or more realms that must be enforced when sending requests to a specific path.
|
AuthorizationConfigurationBuilder |
AuthorizationConfigurationBuilder.role(String... roleNames)
Specifies one or more roles that must be enforced when sending requests to a specific path.
|
Copyright © 2016. All rights reserved.