| | |
| | | * @since 1.0.0
|
| | | */
|
| | | boolean supportsCredentialChanges();
|
| | |
|
| | | /**
|
| | | * Does the user service support changes to user display name?
|
| | | * |
| | | * @return true or false
|
| | | * @since 1.0.0
|
| | | */ |
| | | boolean supportsDisplayNameChanges();
|
| | |
|
| | | /**
|
| | | * Does the user service support changes to user email address?
|
| | | * |
| | | * @return true or false
|
| | | * @since 1.0.0
|
| | | */ |
| | | boolean supportsEmailAddressChanges();
|
| | |
|
| | | /**
|
| | | * Does the user service support changes to team memberships?
|
| | |
| | | UserModel authenticate(String username, char[] password);
|
| | |
|
| | | /**
|
| | | * Logout a user.
|
| | | * |
| | | * @param user
|
| | | */
|
| | | void logout(UserModel user);
|
| | | |
| | | /**
|
| | | * Retrieve the user object for the specified username.
|
| | | *
|
| | | * @param username
|