Package com.atlassian.crowd.embedded.api
Interface UserCapabilities
- All Known Implementing Classes:
DirectoryUserCapabilities
public interface UserCapabilities
Details of which operations can be performed on a
user
.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether the user can request a password reset.
-
Method Details
-
canResetPassword
boolean canResetPassword()Whether the user can request a password reset.- Returns:
true
if the user's password can be reset
-