Interface DynRoleMembership
-
- All Superinterfaces:
DynMembership<User>
,Entity
,Serializable
- All Known Implementing Classes:
JPADynRoleMembership
public interface DynRoleMembership extends DynMembership<User>
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Role
getRole()
void
setRole(Role role)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.DynMembership
getFIQLCond, setFIQLCond
-
-