Interface PrincipalDao

All Known Implementing Classes:
DefaultPrincipalDao

public interface PrincipalDao
Data Access Object for the PrincipalModel object.
Since:
6.6
  • Method Summary

    Modifier and Type
    Method
    Description
    Searches for the principal having the provided identifier.
  • Method Details

    • findPrincipalByUid

      PrincipalModel findPrincipalByUid(String uid)
      Searches for the principal having the provided identifier.
      Parameters:
      uid - the unique identifier of the PrincipalModel
      Returns:
      the PrincipalModel for the given identifier