Uses of Class
com.pingidentity.sdk.accessgrant.exception.AccessGrantManagementException
Packages that use AccessGrantManagementException
Package
Description
Provides the ability to create a custom Access Grant storage mechanism.
-
Uses of AccessGrantManagementException in com.pingidentity.sdk.accessgrant
Methods in com.pingidentity.sdk.accessgrant that throw AccessGrantManagementExceptionModifier and TypeMethodDescriptiondefault voidAccessGrantManager.deleteGrant(String accessGrantGuid) Deletes an access grant that has been previously issued.default AccessGrantAccessGrantManager.getByAccessGrantCriteria(AccessGrantCriteria accessGrantCriteria) Retrieves an access grant based on several specific criteria specified in the params.AccessGrantManager.getByClientId(String clientId) Retrieves a collection of access grants based on the client id.Retrieves an AccessGrant by its guid.AccessGrantManager.getByRefreshToken(String refreshTokenValue) Retrieves an AccessGrant by its refresh token value.AccessGrantManager.getByUserKey(String userKey) Retrieves an access grant based on the user key, which is the unique user identifier.default Collection<AccessGrant>AccessGrantManager.getByUserKeyClientIdGrantType(String userKey, String clientId, String grantType) Retrieves a collection of access grants based on several specific criteria specified in the params.AccessGrantManager.getByUserKeyScopeClientIdGrantTypeContext(String userKey, Scope scope, String clientId, String grantType, String contextQualifier) Retrieves an access grant based on several specific criteria specified in the params.AccessGrantManager.getGrantAttributes(String accessGrantGuid) Retrieve the access grant attributes for the specified access grant guid.voidAccessGrantManager.revokeGrant(String accessGrantGuid) Revokes an access grant that has been previously issued.voidAccessGrantManager.revokeGrant(String userKey, String accessGrantGuid) Revokes an access grant that has been previously issued.voidAccessGrantManager.saveGrant(AccessGrant accessGrant, AccessGrantAttributesHolder attrHolder) Saves the access grant to the underlying storage mechanism.default voidAccessGrantManager.updateExpiry(AccessGrant accessGrant) Update the expiry time of the specified access grant.voidAccessGrantManager.updateGrantAttributes(String accessGrantGuid, AccessGrantAttributesHolder attrHolder) Updates the access grant attributes with the specified attributes.voidAccessGrantManager.updateRefreshToken(AccessGrant accessGrant) Update the refresh token of the specified access grant.