Uses of Class
com.pingidentity.sdk.authorizationdetails.AuthorizationDetails
-
Packages that use AuthorizationDetails Package Description com.pingidentity.access Provides access to various objects contained within the main PingFederate application and engine.com.pingidentity.sdk.accessgrant Provides the ability to create a custom Access Grant storage mechanism.com.pingidentity.sdk.authorizationdetails Provides the ability to create an authorization detail processor to process custom authorization detail types.com.pingidentity.sdk.oauth20 A plugin interface, with associated classes, for issuing and validating access tokens.com.pingidentity.sdk.oobauth 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 AuthorizationDetails 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 AuthorizationDetails in com.pingidentity.sdk.accessgrant
Methods in com.pingidentity.sdk.accessgrant that return AuthorizationDetails Modifier and Type Method Description AuthorizationDetailsAccessGrant. getAuthorizationDetails()Get theAuthorizationDetails.AuthorizationDetailsAccessGrantCriteria. getAuthorizationDetails()Get the authorization details to retrieve access grants for.Methods in com.pingidentity.sdk.accessgrant with parameters of type AuthorizationDetails Modifier and Type Method Description voidAccessGrant. 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 AuthorizationDetails Constructor Description AccessGrantCriteria(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 AuthorizationDetails Constructor Description AuthorizationDetails(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 AuthorizationDetails Modifier and Type Method Description AuthorizationDetailsAccessToken. getAuthorizationDetails()Get the authorization details for this access token.Methods in com.pingidentity.sdk.oauth20 with parameters of type AuthorizationDetails Modifier and Type Method Description static 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 AuthorizationDetails Constructor Description AccessToken(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 AuthorizationDetails Modifier and Type Method Description AuthorizationDetailsOOBAuthResultContext. getApprovedAuthorizationDetails()Gets the approved authorization details.Methods in com.pingidentity.sdk.oobauth with parameters of type AuthorizationDetails Modifier and Type Method Description voidOOBAuthResultContext. setApprovedAuthorizationDetails(AuthorizationDetails approvedAuthorizationDetails)Sets the approved authorization details.
-