Package | Description |
---|---|
org.forgerock.authz.filter.crest |
This package defines the authorization framework implementation classes for use in a CREST environment.
|
Modifier and Type | Method and Description |
---|---|
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(CollectionResourceProvider target,
CrestAuthorizationModule... modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided collection resource provider. |
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(RequestHandler target,
CrestAuthorizationModule... modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided RequestHandler. |
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(SingletonResourceProvider target,
CrestAuthorizationModule... modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided singleton resource provider. |
Modifier and Type | Method and Description |
---|---|
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(CollectionResourceProvider target,
List<CrestAuthorizationModule> modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided collection resource provider. |
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(RequestHandler target,
List<CrestAuthorizationModule> modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided RequestHandler. |
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(SingletonResourceProvider target,
List<CrestAuthorizationModule> modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided singleton resource provider. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.