Class OAuth2Properties


  • public class OAuth2Properties
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TOKEN

        public static final java.lang.String TOKEN
        A Bearer token which will be used for interaction with the server.
        See Also:
        Constant Field Values
      • CREDENTIAL

        public static final java.lang.String CREDENTIAL
        A credential to exchange for a token in the OAuth2 client credentials flow.
        See Also:
        Constant Field Values
      • TOKEN_EXPIRES_IN_MS

        public static final java.lang.String TOKEN_EXPIRES_IN_MS
        Interval in milliseconds to wait before attempting to exchange the configured catalog Bearer token. By default, token exchange will be attempted after 1 hour.
        See Also:
        Constant Field Values
      • TOKEN_EXPIRES_IN_MS_DEFAULT

        public static final long TOKEN_EXPIRES_IN_MS_DEFAULT
        See Also:
        Constant Field Values
      • SCOPE

        public static final java.lang.String SCOPE
        Additional scope for OAuth2.
        See Also:
        Constant Field Values
      • CATALOG_SCOPE

        public static final java.lang.String CATALOG_SCOPE
        Scope for OAuth2 flows.
        See Also:
        Constant Field Values
      • ACCESS_TOKEN_TYPE

        public static final java.lang.String ACCESS_TOKEN_TYPE
        See Also:
        Constant Field Values
      • REFRESH_TOKEN_TYPE

        public static final java.lang.String REFRESH_TOKEN_TYPE
        See Also:
        Constant Field Values
      • SAML1_TOKEN_TYPE

        public static final java.lang.String SAML1_TOKEN_TYPE
        See Also:
        Constant Field Values
      • SAML2_TOKEN_TYPE

        public static final java.lang.String SAML2_TOKEN_TYPE
        See Also:
        Constant Field Values