Class PasswordResourceURIs
- java.lang.Object
-
- org.silverpeas.core.webapi.password.PasswordResourceURIs
-
public final class PasswordResourceURIs extends Object
Base URIs from which the REST-based ressources representing password entities are defined.- Author:
- Yohann Chastagnier
-
-
Field Summary
Fields Modifier and Type Field Description static String
PASSWORD_BASE_URI
static String
PASSWORD_CHECKING_URI_PART
static String
PASSWORD_POLICY_URI_PART
-
Constructor Summary
Constructors Constructor Description PasswordResourceURIs()
-
-
-
Field Detail
-
PASSWORD_BASE_URI
public static final String PASSWORD_BASE_URI
- See Also:
- Constant Field Values
-
PASSWORD_POLICY_URI_PART
public static final String PASSWORD_POLICY_URI_PART
- See Also:
- Constant Field Values
-
PASSWORD_CHECKING_URI_PART
public static final String PASSWORD_CHECKING_URI_PART
- See Also:
- Constant Field Values
-
-