Interface PrincipalService
- All Known Implementing Classes:
DefaultPrincipalService
public interface PrincipalService
Service for operations related to the
PrincipalModel.- Since:
- 6.6
-
Method Summary
Modifier and TypeMethodDescriptionfindPrincipalByUid(String uid) Searches for thePrincipalModelwith the given uid.
-
Method Details
-
findPrincipalByUid
Searches for thePrincipalModelwith the given uid.- Parameters:
uid- unique identifier- Returns:
- the
PrincipalModelwith the uid given or null if it cannot be found
-