Uses of Class
step.core.access.authentication.OidcCredentials
-
Packages that use OidcCredentials Package Description step.core.access step.core.access.authentication -
-
Uses of OidcCredentials in step.core.access
Methods in step.core.access with parameters of type OidcCredentials Modifier and Type Method Description step.core.authentication.AuthenticationResults
OidcAuthenticator. authenticate(OidcCredentials credentials)
-
Uses of OidcCredentials in step.core.access.authentication
Methods in step.core.access.authentication with parameters of type OidcCredentials Modifier and Type Method Description step.core.authentication.TokenEndpointsResponse
AuthorizationServerConnector. getAccessToken(OidcCredentials oidcCredentials)
step.core.authentication.TokenEndpointsResponse
AuthorizationServerConnectorImpl. getAccessToken(OidcCredentials oidcCredentials)
-