Uses of Class
com.pingidentity.sdk.accessgrant.AccessGrant
Packages that use AccessGrant
Package
Description
Provides the ability to create a custom Access Grant storage mechanism.
-
Uses of AccessGrant in com.pingidentity.sdk.accessgrant
Methods in com.pingidentity.sdk.accessgrant that return AccessGrantModifier and TypeMethodDescriptiondefault AccessGrantAccessGrantManager.getByAccessGrantCriteria(AccessGrantCriteria accessGrantCriteria) Retrieves an access grant based on several specific criteria specified in the params.Retrieves an AccessGrant by its guid.AccessGrantManager.getByRefreshToken(String refreshTokenValue) Retrieves an AccessGrant by its refresh token value.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.Methods in com.pingidentity.sdk.accessgrant that return types with arguments of type AccessGrantModifier and TypeMethodDescriptionAccessGrantManager.getByClientId(String clientId) Retrieves a collection of access grants based on the client id.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.Methods in com.pingidentity.sdk.accessgrant with parameters of type AccessGrantModifier and TypeMethodDescriptionvoidAccessGrantManager.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.updateRefreshToken(AccessGrant accessGrant) Update the refresh token of the specified access grant.