Uses of Class
org.glassfish.soteria.mechanisms.openid.OpenIdState
-
Packages that use OpenIdState Package Description org.glassfish.soteria.mechanisms.openid org.glassfish.soteria.mechanisms.openid.controller -
-
Uses of OpenIdState in org.glassfish.soteria.mechanisms.openid
Methods in org.glassfish.soteria.mechanisms.openid that return types with arguments of type OpenIdState Modifier and Type Method Description static Optional<OpenIdState>OpenIdState. from(String state)Factory method which creates anOpenIdStateif the state provided is not NULL or empty. -
Uses of OpenIdState in org.glassfish.soteria.mechanisms.openid.controller
Methods in org.glassfish.soteria.mechanisms.openid.controller that return types with arguments of type OpenIdState Modifier and Type Method Description Optional<OpenIdState>StateController. get(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)Methods in org.glassfish.soteria.mechanisms.openid.controller with parameters of type OpenIdState Modifier and Type Method Description voidStateController. store(OpenIdState state, OpenIdConfiguration configuration, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-