Uses of Class
com.pingidentity.sdk.authorizationdetails.AuthorizationDetailProcessingException
-
Packages that use AuthorizationDetailProcessingException Package Description com.pingidentity.sdk.authorizationdetails 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 AuthorizationDetailProcessingException Modifier and Type Method Description AuthorizationDetailAuthorizationDetailProcessor. 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.StringAuthorizationDetailProcessor. 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.
-