Class Props


  • public class Props
    extends java.lang.Object
    Class for providing the names of properties in the config.properties file.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTHORIZATION_ENDPOINT_URI
      The property name for the authorization endpoint uri.
      static java.lang.String CALLBACK_URI
      The property name for the callback uri.
      static java.lang.String CLIENT_ID
      The property name for the client id.
      static java.lang.String CLIENT_SECRET
      The property name for the client secret.
      static java.lang.String COOKIE_CWL_PATH
      The property name for the cookie cwl path setting.
      static java.lang.String COOKIE_DEBUG
      The property name for the cookie storing the debug setting.
      static java.lang.String COOKIE_FLOWABLE
      The property name for the Flowable session cookie name.
      static java.lang.String COOKIE_HTTP_ONLY
      The property name for the cookie http only setting.
      static java.lang.String COOKIE_MAX_AGE
      The property name for the cookie max age setting.
      static java.lang.String COOKIE_NONCE
      The property name for the cookie storing the nonce.
      static java.lang.String COOKIE_PATH
      The property name for the cookie path setting.
      static java.lang.String COOKIE_STATE
      The property name for the cookie storing the state.
      static java.lang.String COOKIE_SU
      The property name for the cookie storing the su setting.
      static java.lang.String FLOWABLE_ADMIN_GROUP
      The property name for the Flowable admin group.
      static java.lang.String FLOWABLE_DEFAULT_GROUP
      The property name for the Flowable default group for new users.
      static java.lang.String FLOWABLE_UI
      The property name for the Flowable ui link.
      static java.lang.String GRANT_TYPE
      The property name for the grant type.
      static java.lang.String OIDC_ISSUER
      The property name for the oidc issuer.
      static java.lang.String OIDC_JWKS_URI
      The property name for the oidc jwks uri.
      static java.lang.String OIDC_RESPONSE_TYPE
      The property name for the oidc response type.
      static java.lang.String OIDC_SCOPES
      The property name for the oidc scopes.
      static java.lang.String OIDC_SCOPES_DELIM
      The property name for the oidc scopes delimiter.
      static java.lang.String PARAM_DEBUG
      The property name for the debug parameter.
      static java.lang.String PARAM_SLINK
      The property name for the slink parameter.
      static java.lang.String PARAM_SU
      The property name for the su parameter.
      static 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.
      static 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.
      static 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.
      static java.lang.String TOKEN_ENDPOINT_URI
      The property name for the token endpoint uri.
      static java.lang.String USER_AGENT
      The property name for the header user agent.
    • Constructor Summary

      Constructors 
      Constructor Description
      Props()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Props

        public Props()