public interface ResourceSetRegistrationHook
Modifier and Type | Method and Description |
---|---|
void |
resourceSetCreated(String realm,
ResourceSetDescription resourceSet)
Fired after a Resource Set description is successfully created.
|
void |
resourceSetDeleted(String realm,
ResourceSetDescription resourceSet)
Fired before a Resource Set description is about to be deleted.
|
void resourceSetCreated(String realm, ResourceSetDescription resourceSet) throws ServerException
realm
- The realm the Resource Set was created in.resourceSet
- The Resource Set description.ServerException
void resourceSetDeleted(String realm, ResourceSetDescription resourceSet) throws ServerException
realm
- The realm the Resource Set will be deleted in.resourceSet
- The Resource Set description.ServerException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.