Uses of Class
com.pingidentity.sdk.authorizationdetails.AuthorizationDetails
Packages that use AuthorizationDetails
Package
Description
Provides access to various objects contained within the main PingFederate application and engine.
Provides the ability to create a custom Access Grant storage mechanism.
Provides the ability to create an authorization detail processor to process custom authorization detail types.
A plugin interface, with associated classes, for issuing and validating access tokens.
A plugin interface, with associated classes, for orchestrating out-of-band
authentication/authorization.
-
Uses of AuthorizationDetails in com.pingidentity.access
Methods in com.pingidentity.access with parameters of type AuthorizationDetailsModifier and TypeMethodDescriptionstatic 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 AuthorizationDetails in com.pingidentity.sdk.accessgrant
Methods in com.pingidentity.sdk.accessgrant that return AuthorizationDetailsModifier and TypeMethodDescriptionAccessGrant.getAuthorizationDetails()Get theAuthorizationDetails.AccessGrantCriteria.getAuthorizationDetails()Get the authorization details to retrieve access grants for.Methods in com.pingidentity.sdk.accessgrant with parameters of type AuthorizationDetailsModifier and TypeMethodDescriptionvoidAccessGrant.setAuthorizationDetails(AuthorizationDetails authorizationDetails) Set theAuthorizationDetails.voidAccessGrantCriteria.setAuthorizationDetails(AuthorizationDetails authorizationDetails) Set the authorization details to retrieve access grants for.Constructors in com.pingidentity.sdk.accessgrant with parameters of type AuthorizationDetailsModifierConstructorDescriptionAccessGrantCriteria(String userKey, Scope scope, String clientId, String grantType, String contextQualifier, AuthorizationDetails authorizationDetails) Access Grant Criteria constructor -
Uses of AuthorizationDetails in com.pingidentity.sdk.authorizationdetails
Constructors in com.pingidentity.sdk.authorizationdetails with parameters of type AuthorizationDetailsModifierConstructorDescriptionAuthorizationDetails(AuthorizationDetails authorizationDetails) Construct a copy of the authorization details. -
Uses of AuthorizationDetails in com.pingidentity.sdk.oauth20
Methods in com.pingidentity.sdk.oauth20 that return AuthorizationDetailsModifier and TypeMethodDescriptionAccessToken.getAuthorizationDetails()Get the authorization details for this access token.Methods in com.pingidentity.sdk.oauth20 with parameters of type AuthorizationDetailsModifier and TypeMethodDescriptionstatic IssuedAccessTokenAccessTokenIssuer.issue(Map<String, Object> attributes, String scopeString, String clientId, String accessTokenManagerId, AuthorizationDetails authorizationDetails) Issues an access token.default IssuedAccessTokenBearerAccessTokenManagementPlugin.issueAccessToken(Map<String, AttributeValue> attributes, Scope scope, String clientId, String accessGrantGuid, int tokenManagerSequenceNumber, AuthorizationDetails authorizationDetails) Issues anIssuedAccessTokenbased on the specified parameters.Constructors in com.pingidentity.sdk.oauth20 with parameters of type AuthorizationDetailsModifierConstructorDescriptionAccessToken(long expiresAt, Map<String, AttributeValue> attributes, String scopeString, String clientId, String accessGrantGuid, AuthorizationDetails authorizationDetails) Constructor for the AccessToken. -
Uses of AuthorizationDetails in com.pingidentity.sdk.oobauth
Methods in com.pingidentity.sdk.oobauth that return AuthorizationDetailsModifier and TypeMethodDescriptionOOBAuthResultContext.getApprovedAuthorizationDetails()Gets the approved authorization details.Methods in com.pingidentity.sdk.oobauth with parameters of type AuthorizationDetailsModifier and TypeMethodDescriptionvoidOOBAuthResultContext.setApprovedAuthorizationDetails(AuthorizationDetails approvedAuthorizationDetails) Sets the approved authorization details.