Interface PrincipalDetailService

All Known Subinterfaces:
PrincipalManagerService
All Known Implementing Classes:
PrincipalManagerImpl

public interface PrincipalDetailService
This interface allows retrieval of user-specific data.
  • Method Summary

    Modifier and Type
    Method
    Description
    getPrincipalDetails(String username, @Nullable Object credentials)
    Return details of the user specified by username.
  • Method Details

    • getPrincipalDetails

      @Nullable @Nullable PrincipalDetails getPrincipalDetails(String username, @Nullable @Nullable Object credentials)
      Return details of the user specified by username.