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 TypeMethodDescriptionbooleanWhether the user can request a password reset.
-
Method Details
-
canResetPassword
boolean canResetPassword()Whether the user can request a password reset.- Returns:
trueif the user's password can be reset
-