AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.auditApi(AuditApi auditApi) |
Sets the, mandatory, AuditApi instance that the framework will use to audit the
authentication result of processed requests.
|
AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.authModules(List<AuthenticationFilter.AuthenticationModuleBuilder> authModuleBuilders) |
Sets the authentication modules that will be used to validate requests and secure
response messages.
|
AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.authModules(AuthenticationFilter.AuthenticationModuleBuilder... authModuleBuilders) |
Sets the authentication modules that will be used to validate requests and secure
response messages.
|
static AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.builder() |
Returns a new AuthenticationFilterBuilder instance which is to be used to configure
an instance of the Authentication Framework.
|
AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.logger(org.slf4j.Logger logger) |
Sets the logger instance that the framework will use to log debug messages.
|
AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.named(String name) |
Sets the name of the logger instance that the framework should create and use to log
debug messages.
|
AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.responseHandler(ResponseWriter responseWriter) |
Adds an additional response handler instance that adds support for protecting resources
which return responses with non-JSON content types.
|
AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.serviceSubject(Subject serviceSubject) |
Sets the service Subject that contains credentials, for this framework instance,
that auth modules can use to secure response messages.
|
AuthenticationFilter.AuthenticationFilterBuilder |
AuthenticationFilter.AuthenticationFilterBuilder.sessionModule(AuthenticationFilter.AuthenticationModuleBuilder sessionAuthModuleBuilder) |
Sets the session authentication module that will be used to validate request sessions
and maintain sessions on response messages.
|