Package ch.tocco.nice2.userbase.api.auth
Interface DbPrincipalDetails
- All Superinterfaces:
PrincipalDetails
- All Known Implementing Classes:
DbPrincipalDetailsImpl
-
Method Summary
Methods inherited from interface ch.tocco.nice2.security.spi.auth.PrincipalDetails
getPassword, getPrincipal
-
Method Details
-
getType
String getType() -
getStatus
String getStatus() -
isSupportUser
boolean isSupportUser() -
getFailedLogins
Integer getFailedLogins() -
getWrongPasswordCount
Integer getWrongPasswordCount() -
getTemporaryPassword
Optional<EncodedPassword> getTemporaryPassword() -
isNewPasswordRequired
boolean isNewPasswordRequired()
-