Class GroupStrategy
java.lang.Object
com.illumon.iris.db.v2.permissions.rs.records.GroupStrategy
The Group entity, to manage Group and Strategy mappings
-
Constructor Summary
ConstructorsConstructorDescriptionRequired default constructor to support auto conversion to jsonGroupStrategy
(String groupId, String strategy) Convenience constructor, that sets both entity properties -
Method Summary
Modifier and TypeMethodDescriptionvoid
setGroupId
(String groupId) void
setStrategy
(String strategy) toString()
-
Constructor Details
-
GroupStrategy
public GroupStrategy()Required default constructor to support auto conversion to json -
GroupStrategy
Convenience constructor, that sets both entity properties- Parameters:
groupId
- identifier for the group in a group-strategy mappingstrategy
- identifier for the strategy in a group-strategy mapping
-
-
Method Details