Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnState
Packages that use AuthnState
Package
Description
Defines various "spec" classes for the Authentication API.
Defines various utility classes for handling Authentication API requests and generating responses.
-
Uses of AuthnState in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnStateModifier and TypeMethodDescriptionAuthnStateSpec.makeInstance(javax.servlet.http.HttpServletRequest request, ModelType model) Create a newAuthnStateinstance based on this spec. -
Uses of AuthnState in com.pingidentity.sdk.api.authn.util
Methods in com.pingidentity.sdk.api.authn.util that return AuthnStateModifier and TypeMethodDescription<ModelType>
AuthnState<ModelType>AuthnApiSupport.makeAuthnState(javax.servlet.http.HttpServletRequest request, AuthnStateSpec<ModelType> stateSpec, ModelType stateModel) Create anAuthnStateinstance based on anAuthnStateSpecinstance.Methods in com.pingidentity.sdk.api.authn.util with parameters of type AuthnStateModifier and TypeMethodDescriptionvoidAuthnApiSupport.writeAuthnStateResponse(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, AuthnState<?> authnState) Writes anAuthnStateto the servlet response.