Package com.cyberark.conjur.api
Class Constants
- java.lang.Object
-
- com.cyberark.conjur.api.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONJUR_ACCOUNT_PROPERTYstatic StringCONJUR_APPLIANCE_URL_PROPERTYstatic StringCONJUR_AUTHN_API_KEY_PROPERTYstatic StringCONJUR_AUTHN_LOGIN_PROPERTYstatic StringCONJUR_AUTHN_URL_PROPERTY
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
CONJUR_ACCOUNT_PROPERTY
public static final String CONJUR_ACCOUNT_PROPERTY
- See Also:
- Constant Field Values
-
CONJUR_AUTHN_LOGIN_PROPERTY
public static final String CONJUR_AUTHN_LOGIN_PROPERTY
- See Also:
- Constant Field Values
-
CONJUR_AUTHN_API_KEY_PROPERTY
public static final String CONJUR_AUTHN_API_KEY_PROPERTY
- See Also:
- Constant Field Values
-
CONJUR_AUTHN_URL_PROPERTY
public static final String CONJUR_AUTHN_URL_PROPERTY
- See Also:
- Constant Field Values
-
CONJUR_APPLIANCE_URL_PROPERTY
public static final String CONJUR_APPLIANCE_URL_PROPERTY
- See Also:
- Constant Field Values
-
-