Class ApiPaths.SecurityApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.SecurityApiPaths
- Enclosing class:
ApiPaths
Security and authentication API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for security endpoints.static final StringRelative path to check if an email is already taken.static final StringRelative path to check if a username is already taken.static final StringRelative path to authenticate and obtain a session/token.static final StringRelative path for requesting a password reset.static final StringRelative path for resetting a user password. -
Method Summary
-
Field Details
-
BASE
-
IS_USERNAME_TAKEN
Relative path to check if a username is already taken.- See Also:
-
IS_EMAIL_TAKEN
Relative path to check if an email is already taken.- See Also:
-
LOGIN
Relative path to authenticate and obtain a session/token.- See Also:
-
REQUEST_RESET_PASSWORD
Relative path for requesting a password reset.- See Also:
-
RESET_PASSWORD
-