Uses of Class
org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Packages that use AuthenticationFilter.AuthenticationFilterBuilder
Package
Description
This package defines the authentication framework classes for the authentication of messages
via authentication contexts and modules.
-
Uses of AuthenticationFilter.AuthenticationFilterBuilder in org.forgerock.caf.authentication.framework
Methods in org.forgerock.caf.authentication.framework that return AuthenticationFilter.AuthenticationFilterBuilderModifier and TypeMethodDescriptionSets the, mandatory,AuditApiinstance that the framework will use to audit the authentication result of processed requests.AuthenticationFilter.AuthenticationFilterBuilder.authModules(List<AuthenticationFilter.AuthenticationModuleBuilder> authModuleBuilders) Sets the authentication modules that will be used to validate requests and secure response messages.AuthenticationFilter.AuthenticationFilterBuilder.authModules(AuthenticationFilter.AuthenticationModuleBuilder... authModuleBuilders) Sets the authentication modules that will be used to validate requests and secure response messages.AuthenticationFilter.builder()Returns a newAuthenticationFilterBuilderinstance which is to be used to configure an instance of the Authentication Framework.AuthenticationFilter.AuthenticationFilterBuilder.logger(org.slf4j.Logger logger) Sets the logger instance that the framework will use to log debug messages.Sets the name of the logger instance that the framework should create and use to log debug messages.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.serviceSubject(Subject serviceSubject) Sets the serviceSubjectthat contains credentials, for this framework instance, that auth modules can use to secure response messages.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.