Interface PrincipalDao
- All Known Implementing Classes:
DefaultPrincipalDao
public interface PrincipalDao
Data Access Object for the
PrincipalModel object.- Since:
- 6.6
-
Method Summary
Modifier and TypeMethodDescriptionfindPrincipalByUid(String uid) Searches for the principal having the provided identifier.
-
Method Details
-
findPrincipalByUid
Searches for the principal having the provided identifier.- Parameters:
uid- the unique identifier of thePrincipalModel- Returns:
- the
PrincipalModelfor the given identifier
-