Interface | Description |
---|---|
Activity |
An activity is used to modify the handling of security checks
|
ActivityExecutor |
Used to execute a block of code within the context of an
Activity |
Class | Description |
---|---|
ActivityBase |
Abstract base class for Activity implementations that need full access to the
persistence API as they perform a check.
|
AddMemberToDiscoveredPortalActivity |
Acivity used when adding a member to a discovered portal
|
DiscoveredPortalActivity |
Activity that can be used to query or view portal that are discoverable
|
RemoveMemberFromPortalActivity |
Activity used when removing a member from a portal.
|
Enum | Description |
---|---|
Activity.Result |
How an action should be handled
|