Package | Description |
---|---|
org.forgerock.caf.authentication.framework |
This package defines the authentication framework classes for the authentication of messages
via authentication contexts and modules.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationFilter.AuthenticationModuleBuilder |
AuthenticationFilter.AuthenticationModuleBuilder.callbackHandler(CallbackHandler handler)
Sets the
CallbackHandler that the auth module should use. |
static AuthenticationFilter.AuthenticationModuleBuilder |
AuthenticationFilter.AuthenticationModuleBuilder.configureModule(AsyncServerAuthModule authModule)
Creates a builder to configure the provided
AsyncServerAuthModule instance. |
static AuthenticationFilter.AuthenticationModuleBuilder |
AuthenticationFilter.AuthenticationModuleBuilder.configureModule(javax.security.auth.message.module.ServerAuthModule authModule)
Creates a builder to configure the provided
ServerAuthModule instance. |
AuthenticationFilter.AuthenticationModuleBuilder |
AuthenticationFilter.AuthenticationModuleBuilder.requestPolicy(javax.security.auth.message.MessagePolicy requestPolicy)
Sets the request
MessagePolicy that the auth module should use. |
AuthenticationFilter.AuthenticationModuleBuilder |
AuthenticationFilter.AuthenticationModuleBuilder.responsePolicy(javax.security.auth.message.MessagePolicy responsePolicy)
Sets the response
MessagePolicy 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.