Package org.apache.syncope.common.lib.to
Class RoleTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.RoleTO
-
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
public class RoleTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDynMembershipCond()
List<String>
getDynRealms()
Set<String>
getEntitlements()
String
getKey()
Set<String>
getPrivileges()
List<String>
getRealms()
int
hashCode()
void
setDynMembershipCond(String dynMembershipCond)
void
setKey(String key)
-