Package ca.ubc.ece.flowable.properties
Class Props
- java.lang.Object
-
- ca.ubc.ece.flowable.properties.Props
-
public class Props extends java.lang.ObjectClass for providing the names of properties in the config.properties file.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTHORIZATION_ENDPOINT_URIThe property name for the authorization endpoint uri.static java.lang.StringCALLBACK_URIThe property name for the callback uri.static java.lang.StringCLIENT_IDThe property name for the client id.static java.lang.StringCLIENT_SECRETThe property name for the client secret.static java.lang.StringCOOKIE_CWL_PATHThe property name for the cookie cwl path setting.static java.lang.StringCOOKIE_DEBUGThe property name for the cookie storing the debug setting.static java.lang.StringCOOKIE_FLOWABLEThe property name for the Flowable session cookie name.static java.lang.StringCOOKIE_HTTP_ONLYThe property name for the cookie http only setting.static java.lang.StringCOOKIE_MAX_AGEThe property name for the cookie max age setting.static java.lang.StringCOOKIE_NONCEThe property name for the cookie storing the nonce.static java.lang.StringCOOKIE_PATHThe property name for the cookie path setting.static java.lang.StringCOOKIE_STATEThe property name for the cookie storing the state.static java.lang.StringCOOKIE_SUThe property name for the cookie storing the su setting.static java.lang.StringFLOWABLE_ADMIN_GROUPThe property name for the Flowable admin group.static java.lang.StringFLOWABLE_DEFAULT_GROUPThe property name for the Flowable default group for new users.static java.lang.StringFLOWABLE_UIThe property name for the Flowable ui link.static java.lang.StringGRANT_TYPEThe property name for the grant type.static java.lang.StringOIDC_ISSUERThe property name for the oidc issuer.static java.lang.StringOIDC_JWKS_URIThe property name for the oidc jwks uri.static java.lang.StringOIDC_RESPONSE_TYPEThe property name for the oidc response type.static java.lang.StringOIDC_SCOPESThe property name for the oidc scopes.static java.lang.StringOIDC_SCOPES_DELIMThe property name for the oidc scopes delimiter.static java.lang.StringPARAM_DEBUGThe property name for the debug parameter.static java.lang.StringPARAM_SLINKThe property name for the slink parameter.static java.lang.StringPARAM_SUThe property name for the su parameter.static java.lang.StringSQL_NATIVE_FIND_USER_ID_BY_USER_INFO_1The property name for the find user id by user info native sql query part 1.static java.lang.StringSQL_NATIVE_FIND_USER_ID_BY_USER_INFO_2The property name for the find user id by user info native sql query part 2.static java.lang.StringSQL_NATIVE_FIND_USER_ID_BY_USER_INFO_3The property name for the find user id by user info native sql query part 3.static java.lang.StringTOKEN_ENDPOINT_URIThe property name for the token endpoint uri.static java.lang.StringUSER_AGENTThe property name for the header user agent.
-
Constructor Summary
Constructors Constructor Description Props()
-
-
-
Field Detail
-
COOKIE_FLOWABLE
public static final java.lang.String COOKIE_FLOWABLE
The property name for the Flowable session cookie name.- See Also:
- Constant Field Values
-
COOKIE_DEBUG
public static final java.lang.String COOKIE_DEBUG
The property name for the cookie storing the debug setting.- See Also:
- Constant Field Values
-
COOKIE_SU
public static final java.lang.String COOKIE_SU
The property name for the cookie storing the su setting.- See Also:
- Constant Field Values
-
COOKIE_STATE
public static final java.lang.String COOKIE_STATE
The property name for the cookie storing the state.- See Also:
- Constant Field Values
-
COOKIE_NONCE
public static final java.lang.String COOKIE_NONCE
The property name for the cookie storing the nonce.- See Also:
- Constant Field Values
-
COOKIE_MAX_AGE
public static final java.lang.String COOKIE_MAX_AGE
The property name for the cookie max age setting.- See Also:
- Constant Field Values
-
COOKIE_HTTP_ONLY
public static final java.lang.String COOKIE_HTTP_ONLY
The property name for the cookie http only setting.- See Also:
- Constant Field Values
-
COOKIE_PATH
public static final java.lang.String COOKIE_PATH
The property name for the cookie path setting.- See Also:
- Constant Field Values
-
COOKIE_CWL_PATH
public static final java.lang.String COOKIE_CWL_PATH
The property name for the cookie cwl path setting.- See Also:
- Constant Field Values
-
PARAM_DEBUG
public static final java.lang.String PARAM_DEBUG
The property name for the debug parameter.- See Also:
- Constant Field Values
-
PARAM_SU
public static final java.lang.String PARAM_SU
The property name for the su parameter.- See Also:
- Constant Field Values
-
PARAM_SLINK
public static final java.lang.String PARAM_SLINK
The property name for the slink parameter.- See Also:
- Constant Field Values
-
SQL_NATIVE_FIND_USER_ID_BY_USER_INFO_1
public static final java.lang.String SQL_NATIVE_FIND_USER_ID_BY_USER_INFO_1
The property name for the find user id by user info native sql query part 1.- See Also:
- Constant Field Values
-
SQL_NATIVE_FIND_USER_ID_BY_USER_INFO_2
public static final java.lang.String SQL_NATIVE_FIND_USER_ID_BY_USER_INFO_2
The property name for the find user id by user info native sql query part 2.- See Also:
- Constant Field Values
-
SQL_NATIVE_FIND_USER_ID_BY_USER_INFO_3
public static final java.lang.String SQL_NATIVE_FIND_USER_ID_BY_USER_INFO_3
The property name for the find user id by user info native sql query part 3.- See Also:
- Constant Field Values
-
USER_AGENT
public static final java.lang.String USER_AGENT
The property name for the header user agent.- See Also:
- Constant Field Values
-
CLIENT_ID
public static final java.lang.String CLIENT_ID
The property name for the client id.- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final java.lang.String CLIENT_SECRET
The property name for the client secret.- See Also:
- Constant Field Values
-
CALLBACK_URI
public static final java.lang.String CALLBACK_URI
The property name for the callback uri.- See Also:
- Constant Field Values
-
AUTHORIZATION_ENDPOINT_URI
public static final java.lang.String AUTHORIZATION_ENDPOINT_URI
The property name for the authorization endpoint uri.- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_URI
public static final java.lang.String TOKEN_ENDPOINT_URI
The property name for the token endpoint uri.- See Also:
- Constant Field Values
-
OIDC_RESPONSE_TYPE
public static final java.lang.String OIDC_RESPONSE_TYPE
The property name for the oidc response type.- See Also:
- Constant Field Values
-
OIDC_SCOPES_DELIM
public static final java.lang.String OIDC_SCOPES_DELIM
The property name for the oidc scopes delimiter.- See Also:
- Constant Field Values
-
OIDC_SCOPES
public static final java.lang.String OIDC_SCOPES
The property name for the oidc scopes.- See Also:
- Constant Field Values
-
GRANT_TYPE
public static final java.lang.String GRANT_TYPE
The property name for the grant type.- See Also:
- Constant Field Values
-
OIDC_ISSUER
public static final java.lang.String OIDC_ISSUER
The property name for the oidc issuer.- See Also:
- Constant Field Values
-
OIDC_JWKS_URI
public static final java.lang.String OIDC_JWKS_URI
The property name for the oidc jwks uri.- See Also:
- Constant Field Values
-
FLOWABLE_UI
public static final java.lang.String FLOWABLE_UI
The property name for the Flowable ui link.- See Also:
- Constant Field Values
-
FLOWABLE_DEFAULT_GROUP
public static final java.lang.String FLOWABLE_DEFAULT_GROUP
The property name for the Flowable default group for new users.- See Also:
- Constant Field Values
-
FLOWABLE_ADMIN_GROUP
public static final java.lang.String FLOWABLE_ADMIN_GROUP
The property name for the Flowable admin group.- See Also:
- Constant Field Values
-
-