Uses of Interface
com.bloomreach.xm.repository.security.AbstractRole
-
Packages that use AbstractRole Package Description com.bloomreach.xm.repository.security -
-
Uses of AbstractRole in com.bloomreach.xm.repository.security
Subinterfaces of AbstractRole in com.bloomreach.xm.repository.security Modifier and Type Interface Description interface
Role
A data access role possibly holding and representing a set of fine-grained privilege namesinterface
UserRole
Classes in com.bloomreach.xm.repository.security that implement AbstractRole Modifier and Type Class Description class
AbstractRoleBean
Simple (abstract) POJO bean implementation ofAbstractRole
class
RoleBean
Simple POJO bean implementation ofRole
class
UserRoleBean
Simple POJO bean implementation ofUserRole
Constructors in com.bloomreach.xm.repository.security with parameters of type AbstractRole Constructor Description AbstractRoleBean(AbstractRole role)
-