Package | Description |
---|---|
org.picketlink.config.http | |
org.picketlink.http.authorization | |
org.picketlink.http.internal | |
org.picketlink.http.internal.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) |
CORSConfiguration(PathConfiguration pathConfiguration,
Set<String> allowedOrigins,
Set<String> allowedMethods,
Set<String> allowedHeaders,
Set<String> exposedHeaders,
boolean allowCredentials,
boolean allowAnyOrigin,
boolean allowAnyHeader,
boolean allowAnyMethod,
long maxAge) |
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 . |
Modifier and Type | Method and Description |
---|---|
PathConfiguration |
PathMatcher.matches(javax.servlet.http.HttpServletRequest request) |
Constructor and Description |
---|
PathMatcher(Map<String,List<PathConfiguration>> uriConfiguration,
ELProcessor elProcessor) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractPathAuthorizer.authorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
RolePathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
GroupPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract boolean |
AbstractPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
ExpressionPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
RealmPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2016. All rights reserved.