Uses of Class
org.eclipse.jetty.security.openid.OpenIdAuthenticator.UriRedirectInfo
-
Packages that use OpenIdAuthenticator.UriRedirectInfo Package Description org.eclipse.jetty.security.openid -
-
Uses of OpenIdAuthenticator.UriRedirectInfo in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid that return OpenIdAuthenticator.UriRedirectInfo Modifier and Type Method Description private OpenIdAuthenticator.UriRedirectInfo
OpenIdAuthenticator. removeAndClearCsrfMap(javax.servlet.http.HttpSession session, java.lang.String csrf)
Methods in org.eclipse.jetty.security.openid that return types with arguments of type OpenIdAuthenticator.UriRedirectInfo Modifier and Type Method Description private java.util.Map<java.lang.String,OpenIdAuthenticator.UriRedirectInfo>
OpenIdAuthenticator. ensureCsrfMap(javax.servlet.http.HttpSession session)
Method parameters in org.eclipse.jetty.security.openid with type arguments of type OpenIdAuthenticator.UriRedirectInfo Modifier and Type Method Description protected boolean
OpenIdAuthenticator.MRUMap. removeEldestEntry(java.util.Map.Entry<java.lang.String,OpenIdAuthenticator.UriRedirectInfo> eldest)
-