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
 boolean canResetPassword()
          Whether the user can request a password reset.
 

Method Detail

canResetPassword

boolean canResetPassword()
Whether the user can request a password reset.

Returns:
true if the user's password can be reset


Copyright © 2015 Atlassian. All Rights Reserved.