Uses of Interface
org.dspace.authenticate.oidc.OidcClient
-
Packages that use OidcClient Package Description org.dspace.authenticate End-user authentication manager, interface and implementations.org.dspace.authenticate.oidc.impl -
-
Uses of OidcClient in org.dspace.authenticate
Methods in org.dspace.authenticate that return OidcClient Modifier and Type Method Description OidcClientOidcAuthenticationBean. getOidcClient()Methods in org.dspace.authenticate with parameters of type OidcClient Modifier and Type Method Description voidOidcAuthenticationBean. setOidcClient(OidcClient oidcClient) -
Uses of OidcClient in org.dspace.authenticate.oidc.impl
Classes in org.dspace.authenticate.oidc.impl that implement OidcClient Modifier and Type Class Description classOidcClientImplImplementation ofOidcClient.
-