Package | Description |
---|---|
org.picketlink.config.http | |
org.picketlink.http.authorization |
Modifier and Type | Method and Description |
---|---|
protected PathConfiguration |
PathConfigurationBuilder.create() |
Modifier and Type | Method and Description |
---|---|
Map<String,PathConfiguration> |
HttpSecurityConfiguration.getGroups() |
Map<String,List<PathConfiguration>> |
HttpSecurityConfiguration.getPaths() |
Constructor and Description |
---|
AuthenticationConfiguration(PathConfiguration pathConfiguration) |
AuthorizationConfiguration(PathConfiguration pathConfiguration,
String[] allowedRoles,
String[] allowedGroups,
String[] allowedRealms,
String[] expressions,
List<Class<? extends PathAuthorizer>> authorizers) |
InboundHeaderConfiguration(PathConfiguration pathConfiguration,
Map<String,String[]> headers) |
LogoutConfiguration(PathConfiguration pathConfiguration) |
Constructor and Description |
---|
HttpSecurityConfiguration(List<PathConfiguration> uriConfigs,
FilteringMode filteringMode) |
Modifier and Type | Method and Description |
---|---|
boolean |
PathAuthorizer.authorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs an authorization check for a specific
PathConfiguration considering
an incoming HttpServletRequest . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.