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