Uses of Class
com.pingidentity.sdk.authorizationdetails.AuthorizationDetail
-
Packages that use AuthorizationDetail Package Description com.pingidentity.sdk.authorizationdetails Provides the ability to create an authorization detail processor to process custom authorization detail types.com.pingidentity.sdk.oobauth A plugin interface, with associated classes, for orchestrating out-of-band authentication/authorization. -
-
Uses of AuthorizationDetail in com.pingidentity.sdk.authorizationdetails
Methods in com.pingidentity.sdk.authorizationdetails that return AuthorizationDetail 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.Methods in com.pingidentity.sdk.authorizationdetails that return types with arguments of type AuthorizationDetail Modifier and Type Method Description List<AuthorizationDetail>AuthorizationDetails. getDetails()Get theAuthorizationDetailassociated with the authorization details.Methods in com.pingidentity.sdk.authorizationdetails with parameters of type AuthorizationDetail 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.Constructors in com.pingidentity.sdk.authorizationdetails with parameters of type AuthorizationDetail Constructor Description AuthorizationDetail(AuthorizationDetail authorizationDetail)Construct a copy of the Authorization Detail.AuthorizationDetails(AuthorizationDetail[] authorizationDetails)Construct a new authorization detail with an array of authorization detail. -
Uses of AuthorizationDetail in com.pingidentity.sdk.oobauth
Methods in com.pingidentity.sdk.oobauth that return types with arguments of type AuthorizationDetail Modifier and Type Method Description Map<AuthorizationDetail,String>OOBAuthRequestContext. getRequestedAuthorizationDetails()Gets the authorization details of access requested.Method parameters in com.pingidentity.sdk.oobauth with type arguments of type AuthorizationDetail Modifier and Type Method Description voidOOBAuthRequestContext. setRequestedAuthorizationDetails(Map<AuthorizationDetail,String> requestedAuthorizationDetails)Sets the requested authorization details.
-