Class AuthorizerContext


  • public class AuthorizerContext
    extends java.lang.Object
    Context provided to an Authorizer on initialization. DataHub creates AuthenticatorContext instance and provides it as an argument to init method of Authenticator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> data()  
      • Methods inherited from class java.lang.Object

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

      • AuthorizerContext

        public AuthorizerContext()
    • Method Detail

      • data

        @Nonnull
        public java.util.Map<java.lang.String,​java.lang.Object> data()
        Returns:
        contextMap The contextMap contains below key and value PLUGIN_DIRECTORY: Directory path where plugin is installed i.e. PLUGIN_HOME