Interface | Description |
---|---|
AuthenticationSchemeConfiguration | |
HttpSecurityConfigurationChildBuilder | |
PathConfigurationChildBuilder |
Class | Description |
---|---|
AbstracHttpSecurityConfigurationChildBuilder<T> | |
AbstractAuthenticationSchemeConfiguration | |
AbstractHttpSecurityBuilder |
A configuration builder with covenience methods to configure http security features.
|
AbstractPathConfigurationChildBuilder | |
AuthenticationConfiguration | |
AuthenticationConfigurationBuilder |
Provides a set of options to configure authentication for a specific path.
|
AuthenticationMethodConfigurationBuilder<T extends AuthenticationSchemeConfiguration> | |
AuthorizationConfiguration | |
AuthorizationConfigurationBuilder |
Provides a set of options to configure authorization for a specific path.
|
BasicAuthenticationConfiguration | |
BasicAuthenticationConfigurationBuilder |
Configures HTTP BASIC Authentication for a specific path.
|
CustomAuthenticationConfiguration | |
CustomAuthenticationConfigurationBuilder |
Configures a custom authentication scheme.
|
DigestAuthenticationConfiguration | |
DigestAuthenticationConfigurationBuilder |
Configures HTTP DIGEST Authentication for a specific path.
|
FormAuthenticationConfiguration | |
FormAuthenticationConfigurationBuilder |
Configures HTTP FORM Authentication for a specific path.
|
HttpSecurityConfiguration |
Represents the global configuration options for HTTP security.
|
InboundHeaderConfiguration | |
InboundHeaderConfigurationBuilder |
Provides a set of options regarding the request headers for a specific request.
|
LogoutConfiguration | |
LogoutConfigurationBuilder |
Identifies a specific path as being responsible to provide logout functionality.
|
OutboundRedirectConfiguration | |
OutboundRedirectConfigurationBuilder |
Provides a set of options to configure how responses should be handled for a specific path.
|
PathConfiguration | |
PathConfigurationBuilder |
A configuration builder with covenience methods to configure protected paths.
|
TokenAuthenticationConfiguration | |
TokenAuthenticationConfigurationBuilder |
Configures Token-based Authentication for a specific path.
|
X509AuthenticationConfiguration | |
X509AuthenticationConfigurationBuilder |
Configures HTTP CLIENT-CERT Authentication for a specific path.
|
Enum | Description |
---|---|
FilteringMode | |
OutboundRedirectConfiguration.Condition |
Exception | Description |
---|---|
HttpSecurityConfigurationException |
Copyright © 2018 JBoss by Red Hat. All rights reserved.