Uses of Class
org.geant.idpextension.oidc.metadata.resolver.ClientInformationManagerException
-
Packages that use ClientInformationManagerException Package Description org.geant.idpextension.oidc.metadata.resolver Interfaces and common classes related to resolution of OIDC metadata (or client information). -
-
Uses of ClientInformationManagerException in org.geant.idpextension.oidc.metadata.resolver
Methods in org.geant.idpextension.oidc.metadata.resolver that throw ClientInformationManagerException Modifier and Type Method Description voidClientInformationManager. destroyClientInformation(com.nimbusds.oauth2.sdk.id.ClientID clientId)Invalidates or otherwise removes aClientInformationfrom persistent storage.voidClientInformationManager. storeClientInformation(com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation clientInformation, Instant expiration)Store aClientInformationobject.
-