P - is the generic type of the Principal representing the user or subject.public interface PrincipalAccessControlProvider<P extends Principal>
get the permission groups for a
Principal.| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAccessControlIds(P principal) |
Collection<String> getAccessControlIds(P principal)
principal - is the Principal (user).Collection of IDs with the groups of the given Principal.Copyright © 2014–2016 OASP-Team. All rights reserved.