Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnState
-
Packages that use AuthnState Package Description com.pingidentity.sdk.api.authn.spec Defines various "spec" classes for the Authentication API.com.pingidentity.sdk.api.authn.util 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 AuthnState Modifier and Type Method Description AuthnState<ModelType>AuthnStateSpec. 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 AuthnState Modifier and Type Method Description <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 AuthnState Modifier and Type Method Description voidAuthnApiSupport. writeAuthnStateResponse(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, AuthnState<?> authnState)Writes anAuthnStateto the servlet response.
-