Package ch.tocco.nice2.security.spi.auth
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 TypeMethodDescription@Nullable PrincipalDetails
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.
-