Uses of Class
com.pingidentity.sdk.accessgrant.AccessGrantAttributesHolder
Packages that use AccessGrantAttributesHolder
Package
Description
Provides the ability to create a custom Access Grant storage mechanism.
-
Uses of AccessGrantAttributesHolder in com.pingidentity.sdk.accessgrant
Methods in com.pingidentity.sdk.accessgrant that return AccessGrantAttributesHolderModifier and TypeMethodDescriptionAccessGrantManager.getGrantAttributes(String accessGrantGuid) Retrieve the access grant attributes for the specified access grant guid.Methods in com.pingidentity.sdk.accessgrant with parameters of type AccessGrantAttributesHolderModifier and TypeMethodDescriptionvoidAccessGrantManager.saveGrant(AccessGrant accessGrant, AccessGrantAttributesHolder attrHolder) Saves the access grant to the underlying storage mechanism.voidAccessGrantManager.updateGrantAttributes(String accessGrantGuid, AccessGrantAttributesHolder attrHolder) Updates the access grant attributes with the specified attributes.