Uses of Class
org.glassfish.soteria.mechanisms.openid.domain.OpenIdNonce
-
Packages that use OpenIdNonce Package Description org.glassfish.soteria.mechanisms.openid.controller -
-
Uses of OpenIdNonce in org.glassfish.soteria.mechanisms.openid.controller
Methods in org.glassfish.soteria.mechanisms.openid.controller that return OpenIdNonce Modifier and Type Method Description OpenIdNonceNonceController. get(OpenIdConfiguration configuration, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)Methods in org.glassfish.soteria.mechanisms.openid.controller with parameters of type OpenIdNonce Modifier and Type Method Description StringNonceController. getNonceHash(OpenIdNonce nonce)voidNonceController. store(OpenIdNonce nonce, OpenIdConfiguration configuration, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-