Class GroupResponseContextImpl
- java.lang.Object
-
- com.pingidentity.sdk.provision.groups.response.GroupResponseContextImpl
-
- All Implemented Interfaces:
GroupResponseContext
public class GroupResponseContextImpl extends Object implements GroupResponseContext
Default implementation forGroupResponseContextinterface.- Since:
- 7.3
-
-
Constructor Summary
Constructors Constructor Description GroupResponseContextImpl(AttributeMap attributes)Construct a UserResponseContextImpl with a map of user attributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMapgetGroupAttributes()Get the group attributes generated for an Identity Store Provisioner operation.
-
-
-
Constructor Detail
-
GroupResponseContextImpl
public GroupResponseContextImpl(AttributeMap attributes)
Construct a UserResponseContextImpl with a map of user attributes.- Parameters:
attributes- A map of attributes generated during an Identity Store Provisioner operation
-
-
Method Detail
-
getGroupAttributes
public AttributeMap getGroupAttributes()
Description copied from interface:GroupResponseContextGet the group attributes generated for an Identity Store Provisioner operation. At a minimum, the returned map must contain the following attributes:- Specified by:
getGroupAttributesin interfaceGroupResponseContext- Returns:
- A map of group attributes generated during an Identity Store Provisioner operation.
-
-