Class Role

java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.core.uaa.impl.SecurityObject
org.openwms.core.uaa.impl.Role
All Implemented Interfaces:
Serializable, org.ameba.integration.TypedEntity<Long>

@Entity public class Role extends SecurityObject implements Serializable
A Role is a group of Users. Basically more than one User belong to a Role. Security access policies are assigned to Roles instead of Users.
Author:
Heiko Scherrer
See Also: