Package org.gbif.api.model.common
Interface ExtendedPrincipal
-
- All Superinterfaces:
Principal
- All Known Implementing Classes:
AppPrincipal
,GbifUserPrincipal
public interface ExtendedPrincipal extends Principal
Simply an extension ofPrincipal
to add the possibility to check roles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasRole(String role)
-