Uses of Class
com.pingidentity.sdk.oauth20.registration.ClientRegistrationException
Packages that use ClientRegistrationException
Package
Description
A plugin interface, with associated classes, for creating custom OAuth 2.0 client registration policies.
-
Uses of ClientRegistrationException in com.pingidentity.sdk.oauth20.registration
Methods in com.pingidentity.sdk.oauth20.registration that throw ClientRegistrationExceptionModifier and TypeMethodDescriptiondefault voidDynamicClientRegistrationPlugin.processPlugin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DynamicClient dynamicClient, Map<String, Object> inParameters) This method is invoked in policy processing of Dynamic Client Registration.default voidDynamicClientRegistrationPlugin.processPluginDelete(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DynamicClient existingDynamicClient, Map<String, Object> inParameters) This method is invoked in policy processing of Dynamic Client Registration Management delete.default voidDynamicClientRegistrationPlugin.processPluginGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DynamicClient existingDynamicClient, Map<String, Object> inParameters) This method is invoked in policy processing of Dynamic Client Registration Management get.default voidDynamicClientRegistrationPlugin.processPluginUpdate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DynamicClient dynamicClient, DynamicClient existingDynamicClient, Map<String, Object> inParameters) This method is invoked in policy processing of Dynamic Client Registration Management update.