Interface HttpOauth2CtsAuthorizationMechanismCfg

    • Method Detail

      • addHttpOauth2CtsAuthorizationMechanismChangeListener

        void addHttpOauth2CtsAuthorizationMechanismChangeListener​(ConfigurationChangeListener<HttpOauth2CtsAuthorizationMechanismCfg> listener)
        Register to be notified when this HTTP OAuth2 CTS Authorization Mechanism is changed.
        Parameters:
        listener - The HTTP OAuth2 CTS Authorization Mechanism configuration change listener.
      • removeHttpOauth2CtsAuthorizationMechanismChangeListener

        void removeHttpOauth2CtsAuthorizationMechanismChangeListener​(ConfigurationChangeListener<HttpOauth2CtsAuthorizationMechanismCfg> listener)
        Deregister an existing HTTP OAuth2 CTS Authorization Mechanism configuration change listener.
        Parameters:
        listener - The HTTP OAuth2 CTS Authorization Mechanism configuration change listener.
      • getBaseDn

        String getBaseDn()
        Gets the "base-dn" property.

        The base DN of the Core Token Service where access token are stored. (example: ou=famrecords,ou=openam-session,ou=tokens,dc=example,dc=com)

        Returns:
        Returns the value of the "base-dn" property.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the HTTP OAuth2 CTS Authorization Mechanism implementation.

        Default value: org.opends.server.protocols.http.authz.HttpOAuth2CtsAuthorizationMechanism

        Specified by:
        getJavaClass in interface HttpAuthorizationMechanismCfg
        Returns:
        Returns the value of the "java-class" property.