Class ApiPaths.SecurityApiPaths

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.SecurityApiPaths
Enclosing class:
ApiPaths

public static final class ApiPaths.SecurityApiPaths extends Object
Security and authentication API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for security endpoints.
      See Also:
    • IS_USERNAME_TAKEN

      public static final String IS_USERNAME_TAKEN
      Relative path to check if a username is already taken.
      See Also:
    • IS_EMAIL_TAKEN

      public static final String IS_EMAIL_TAKEN
      Relative path to check if an email is already taken.
      See Also:
    • LOGIN

      public static final String LOGIN
      Relative path to authenticate and obtain a session/token.
      See Also:
    • REQUEST_RESET_PASSWORD

      public static final String REQUEST_RESET_PASSWORD
      Relative path for requesting a password reset.
      See Also:
    • RESET_PASSWORD

      public static final String RESET_PASSWORD
      Relative path for resetting a user password.
      See Also: