sk.seges.acris.security.shared.user_management.domain.api
Interface GroupAuthoritiesHolder<T extends UserPermission>
- Type Parameters:
T - Concrete implementation of the UserPermission.
- All Superinterfaces:
- Serializable
public interface GroupAuthoritiesHolder<T extends UserPermission>
- extends Serializable
RolePermissionDTO and UserPermission holder used for harvesting
authorities to the user. Mostly this holder is represented by Role to which
can user be assigned. Role has assigned RolePermissionDTO and
UserPermission and they are propagated to the user as GrantedAuthories.
- Author:
- fat
getUserPermissions
List<T> getUserPermissions()
setUserPermissions
void setUserPermissions(List<T> userPermissions)
Copyright © 2014 Seges s.r.o.. All Rights Reserved.