Uses of Class
com.pingidentity.sdk.accessgrant.AccessGrantAttributesHolder
-
Packages that use AccessGrantAttributesHolder Package Description com.pingidentity.sdk.accessgrant 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 AccessGrantAttributesHolder Modifier and Type Method Description AccessGrantAttributesHolderAccessGrantManager. getGrantAttributes(String accessGrantGuid)Retrieve the access grant attributes for the specified access grant guid.Methods in com.pingidentity.sdk.accessgrant with parameters of type AccessGrantAttributesHolder Modifier and Type Method Description voidAccessGrantManager. 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.
-