Package com.sap.cloud.security.config.cf
Class CFConstants
- java.lang.Object
-
- com.sap.cloud.security.config.cf.CFConstants
-
public class CFConstants extends Object
Constants that simplifies access to service configuration properties in the Cloud Foundry environment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CFConstants.IAS
Constants that are specific to the Ias identity service.static class
CFConstants.Plan
Represents the service plans on CF marketplace.static class
CFConstants.XSUAA
Constants that are specific to the Xsuaa identity service.
-
Field Summary
Fields Modifier and Type Field Description static String
CERTIFICATE
static String
CLIENT_ID
static String
CLIENT_SECRET
static String
CREDENTIALS
static String
KEY
static String
SERVICE_PLAN
static String
URL
static String
VCAP_APPLICATION
static String
VCAP_SERVICES
-
-
-
Field Detail
-
VCAP_SERVICES
public static final String VCAP_SERVICES
- See Also:
- Constant Field Values
-
VCAP_APPLICATION
public static final String VCAP_APPLICATION
- See Also:
- Constant Field Values
-
CREDENTIALS
public static final String CREDENTIALS
- See Also:
- Constant Field Values
-
SERVICE_PLAN
public static final String SERVICE_PLAN
- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
CERTIFICATE
public static final String CERTIFICATE
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-