Uses of Class
org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
-
Packages that use AuthenticationFilter.AuthenticationModuleBuilder Package Description org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules. -
-
Uses of AuthenticationFilter.AuthenticationModuleBuilder in org.forgerock.caf.authentication.framework
Methods in org.forgerock.caf.authentication.framework that return AuthenticationFilter.AuthenticationModuleBuilder Modifier and Type Method Description AuthenticationFilter.AuthenticationModuleBuilder
AuthenticationFilter.AuthenticationModuleBuilder. callbackHandler(CallbackHandler handler)
Sets theCallbackHandler
that the auth module should use.static AuthenticationFilter.AuthenticationModuleBuilder
AuthenticationFilter.AuthenticationModuleBuilder. configureModule(javax.security.auth.message.module.ServerAuthModule authModule)
Creates a builder to configure the providedServerAuthModule
instance.static AuthenticationFilter.AuthenticationModuleBuilder
AuthenticationFilter.AuthenticationModuleBuilder. configureModule(AsyncServerAuthModule authModule)
Creates a builder to configure the providedAsyncServerAuthModule
instance.AuthenticationFilter.AuthenticationModuleBuilder
AuthenticationFilter.AuthenticationModuleBuilder. requestPolicy(javax.security.auth.message.MessagePolicy requestPolicy)
Sets the requestMessagePolicy
that the auth module should use.AuthenticationFilter.AuthenticationModuleBuilder
AuthenticationFilter.AuthenticationModuleBuilder. responsePolicy(javax.security.auth.message.MessagePolicy responsePolicy)
Sets the responseMessagePolicy
that the auth module should use.AuthenticationFilter.AuthenticationModuleBuilder
AuthenticationFilter.AuthenticationModuleBuilder. withSettings(Map<String,Object> settings)
Sets the settings that contain configuration information that the auth module will use to configure itself.Methods in org.forgerock.caf.authentication.framework with parameters of type AuthenticationFilter.AuthenticationModuleBuilder Modifier and Type Method Description AuthenticationFilter.AuthenticationFilterBuilder
AuthenticationFilter.AuthenticationFilterBuilder. authModules(AuthenticationFilter.AuthenticationModuleBuilder... authModuleBuilders)
Sets the authentication modules that will be used to validate requests and 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.Method parameters in org.forgerock.caf.authentication.framework with type arguments of type AuthenticationFilter.AuthenticationModuleBuilder Modifier and Type Method Description AuthenticationFilter.AuthenticationFilterBuilder
AuthenticationFilter.AuthenticationFilterBuilder. authModules(List<AuthenticationFilter.AuthenticationModuleBuilder> authModuleBuilders)
Sets the authentication modules that will be used to validate requests and secure response messages.
-