| | |
| | | * @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?
|
| | |
| | | * @param model
|
| | | * @return cookie value
|
| | | */
|
| | | char[] getCookie(UserModel model);
|
| | | String getCookie(UserModel model);
|
| | |
|
| | | /**
|
| | | * Authenticate a user based on their cookie.
|