Uses of Class
com.pingidentity.sdk.authorizationdetails.AuthorizationDetailProcessingException
Packages that use AuthorizationDetailProcessingException
Package
Description
Provides the ability to create an authorization detail processor to process custom authorization detail types.
-
Uses of AuthorizationDetailProcessingException in com.pingidentity.sdk.authorizationdetails
Methods in com.pingidentity.sdk.authorizationdetails that throw AuthorizationDetailProcessingExceptionModifier and TypeMethodDescriptionAuthorizationDetailProcessor.enrich(AuthorizationDetail authorizationDetail, AuthorizationDetailContext authorizationDetailContext, Map<String, Object> inParameters) Provides an opportunity to enrich the authorization detail prior to user consent and any attribute mapping.AuthorizationDetailProcessor.getUserConsentDescription(AuthorizationDetail authorizationDetail, AuthorizationDetailContext authorizationDetailContext, Map<String, Object> inParameters) The user-friendly consent description for the enriched authorization detail.booleanAuthorizationDetailProcessor.isEqualOrSubset(AuthorizationDetail requestedAuthorizationDetail, AuthorizationDetail acceptedAuthorizationDetail, AuthorizationDetailContext authorizationDetailContext, Map<String, Object> inParameters) This method is invoked to determine whether the authorization detail requested subsumes the previously accepted authorization detail by the resource owner.