Package ch.tocco.nice2.sso.impl
Class OpenIdRetriever
java.lang.Object
ch.tocco.nice2.sso.impl.OpenIdRetriever
- All Implemented Interfaces:
CredentialsRetriever
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCredentials
(jakarta.servlet.http.HttpServletRequest request) Returns credentials found in the request or null if none was found.
-
Constructor Details
-
OpenIdRetriever
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsRetriever
Returns credentials found in the request or null if none was found.- Specified by:
getCredentials
in interfaceCredentialsRetriever
-