Package | Description |
---|---|
org.picketlink.config | |
org.picketlink.config.http | |
org.picketlink.http.internal |
Modifier and Type | Class and Description |
---|---|
class |
HttpSecurityBuilder
A configuration builder with covenience methods to configure http security features.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PathConfigurationChildBuilder |
Modifier and Type | Class and Description |
---|---|
class |
AbstracHttpSecurityConfigurationChildBuilder<T> |
class |
AbstractHttpSecurityBuilder
A configuration builder with covenience methods to configure http security features.
|
class |
AbstractPathConfigurationChildBuilder |
class |
AuthenticationMethodConfigurationBuilder<T extends AuthenticationSchemeConfiguration> |
class |
AuthorizationConfigurationBuilder
Provides a set of options to configure authorization for a specific path.
|
class |
BasicAuthenticationConfigurationBuilder
Configures HTTP BASIC Authentication for a specific path.
|
class |
CustomAuthenticationConfigurationBuilder
Configures a custom authentication scheme.
|
class |
DigestAuthenticationConfigurationBuilder
Configures HTTP DIGEST Authentication for a specific path.
|
class |
FormAuthenticationConfigurationBuilder
Configures HTTP FORM Authentication for a specific path.
|
class |
InboundHeaderConfigurationBuilder
Provides a set of options regarding the request headers for a specific request.
|
class |
LogoutConfigurationBuilder
Identifies a specific path as being responsible to provide logout functionality.
|
class |
OutboundRedirectConfigurationBuilder
Provides a set of options to configure how responses should be handled for a specific path.
|
class |
PathConfigurationBuilder
A configuration builder with covenience methods to configure protected paths.
|
class |
TokenAuthenticationConfigurationBuilder
Configures Token-based Authentication for a specific path.
|
class |
X509AuthenticationConfigurationBuilder
Configures HTTP CLIENT-CERT Authentication for a specific path.
|
Modifier and Type | Method and Description |
---|---|
HttpSecurityConfigurationChildBuilder |
HttpSecurityConfigurationChildBuilder.restrictive() |
HttpSecurityConfigurationChildBuilder |
AbstractHttpSecurityBuilder.restrictive()
Indicates if the default behavior is to enforce security to all paths regardless they have a respective path configuration
or not.
|
HttpSecurityConfigurationChildBuilder |
AbstracHttpSecurityConfigurationChildBuilder.restrictive() |
Constructor and Description |
---|
AbstracHttpSecurityConfigurationChildBuilder(HttpSecurityConfigurationChildBuilder builder) |
Modifier and Type | Method and Description |
---|---|
HttpSecurityConfigurationChildBuilder |
HttpSecurityAnnotationsParser.processAnnotatedType(Class<?> configurationClass) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.