Uses of Class
com.pingidentity.sdk.accessgrant.AccessGrant
-
Packages that use AccessGrant Package Description com.pingidentity.sdk.accessgrant 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 AccessGrant Modifier and Type Method Description default AccessGrantAccessGrantManager. getByAccessGrantCriteria(AccessGrantCriteria accessGrantCriteria)Retrieves an access grant based on several specific criteria specified in the params.AccessGrantAccessGrantManager. getByGuid(String accessGrantGuid)Retrieves an AccessGrant by its guid.AccessGrantAccessGrantManager. getByRefreshToken(String refreshTokenValue)Retrieves an AccessGrant by its refresh token value.AccessGrantAccessGrantManager. 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 AccessGrant Modifier and Type Method Description Collection<AccessGrant>AccessGrantManager. getByClientId(String clientId)Retrieves a collection of access grants based on the client id.Collection<AccessGrant>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 AccessGrant Modifier and Type Method Description 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. updateRefreshToken(AccessGrant accessGrant)Update the refresh token of the specified access grant.
-