Uses of Package
org.forgerock.caf.authentication.api
-
Packages that use org.forgerock.caf.authentication.api Package Description org.forgerock.caf.authentication.api This package defines the core interfaces and classes to provide an asynchronous and improved JASPI-like message authentication API.org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules.org.forgerock.jaspi.modules.openid This package contains classes which form the Open ID Connect JASPIc AuthN module.org.forgerock.jaspi.modules.session.jwt This package contains classes for the Jwt Session JASPI Authentication Module. -
Classes in org.forgerock.caf.authentication.api used by org.forgerock.caf.authentication.api Class Description AsyncServerAuthContext An asynchronous interface counterpart for theServerAuthContext
.AuthenticationException A generic authentication exception which accepts a detail message and/or the cause.AuthenticationState Maintains state information and provides to retrieve values in a type safe manner.MessageContext The authentication framework uses thisMessageContext
to pass messages and message processing state to authentication contexts for processing by authentication modules.MessageInfoContext The authentication framework uses thisMessageContextInfo
to pass messages and message processing state to authentication modules for processing of messages. -
Classes in org.forgerock.caf.authentication.api used by org.forgerock.caf.authentication.framework Class Description AsyncServerAuthContext An asynchronous interface counterpart for theServerAuthContext
.AsyncServerAuthModule An asynchronous interface counterpart for theServerAuthModule
.AuthContextWithState AsyncServerAuthContext
implementations should implement this interface when theAsyncServerAuthContext
has its own implementation of aAuthenticationState
that it will be using to store and maintain state for a single request.AuthenticationException A generic authentication exception which accepts a detail message and/or the cause.AuthenticationState Maintains state information and provides to retrieve values in a type safe manner.MessageContext The authentication framework uses thisMessageContext
to pass messages and message processing state to authentication contexts for processing by authentication modules.MessageInfoContext The authentication framework uses thisMessageContextInfo
to pass messages and message processing state to authentication modules for processing of messages. -
Classes in org.forgerock.caf.authentication.api used by org.forgerock.jaspi.modules.openid Class Description AsyncServerAuthModule An asynchronous interface counterpart for theServerAuthModule
.AuthenticationException A generic authentication exception which accepts a detail message and/or the cause.MessageInfoContext The authentication framework uses thisMessageContextInfo
to pass messages and message processing state to authentication modules for processing of messages. -
Classes in org.forgerock.caf.authentication.api used by org.forgerock.jaspi.modules.session.jwt Class Description AsyncServerAuthModule An asynchronous interface counterpart for theServerAuthModule
.AuthenticationException A generic authentication exception which accepts a detail message and/or the cause.MessageInfoContext The authentication framework uses thisMessageContextInfo
to pass messages and message processing state to authentication modules for processing of messages.