Package io.vertx.tp.rbac.logged
Class ProfileGroup
- java.lang.Object
-
- io.vertx.tp.rbac.logged.ProfileGroup
-
- All Implemented Interfaces:
Serializable
public class ProfileGroup extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileGroup(io.vertx.core.json.JsonObject data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()IntegergetPriority()StringgetReference()List<ProfileRole>getRoles()inthashCode()ProfileGroupinit()ProfileGroupsetReference(String reference)StringtoString()
-
-
-
Method Detail
-
init
public ProfileGroup init()
-
getPriority
public Integer getPriority()
-
getKey
public String getKey()
-
getRoles
public List<ProfileRole> getRoles()
-
getReference
public String getReference()
-
setReference
public ProfileGroup setReference(String reference)
-
-