Class RoleVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<RoleVO>
org.ameba.http.AbstractBase<RoleVO>
org.openwms.core.uaa.api.SecurityObjectVO<RoleVO>
org.openwms.core.uaa.api.RoleVO
All Implemented Interfaces:
Serializable

public class RoleVO extends SecurityObjectVO<RoleVO> implements Serializable
A RoleVO is groups a collections of permissions (grants). Users might be assigned to roles.
Author:
Heiko Scherrer
See Also: