Uses of Class
com.pingidentity.sdk.authorizationdetails.AuthorizationDetailContext
-
Packages that use AuthorizationDetailContext Package Description com.pingidentity.access Provides access to various objects contained within the main PingFederate application and engine.com.pingidentity.sdk.authorizationdetails Provides the ability to create an authorization detail processor to process custom authorization detail types. -
-
Uses of AuthorizationDetailContext in com.pingidentity.access
Methods in com.pingidentity.access with parameters of type AuthorizationDetailContext Modifier and Type Method Description static booleanAuthorizationDetailProcessorAccessor. isEqualOrSubset(AuthorizationDetails requestedAuthorizationDetails, AuthorizationDetails approvedAuthorizationDetails, AuthorizationDetailContext authorizationDetailContext)Determines if the requested authorization details contains the same, or a subset of the approved authorization details -
Uses of AuthorizationDetailContext in com.pingidentity.sdk.authorizationdetails
Methods in com.pingidentity.sdk.authorizationdetails with parameters of type AuthorizationDetailContext 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.AuthorizationDetailValidationResultAuthorizationDetailProcessor. validate(AuthorizationDetail authorizationDetail, AuthorizationDetailContext authorizationDetailContext, Map<String,Object> inParameters)Validates whether the incoming authorization detail contains unknown fields, fields of the wrong type, or is missing required fields.
-