Uses of Interface
org.forgerock.caf.authentication.framework.ResponseWriter
-
Packages that use ResponseWriter 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 ResponseWriter in org.forgerock.caf.authentication.framework
Methods in org.forgerock.caf.authentication.framework with parameters of type ResponseWriter Modifier and Type Method Description 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.
-