Package com.datahub.authentication
Class AuthenticatorContext
- java.lang.Object
-
- com.datahub.authentication.AuthenticatorContext
-
public class AuthenticatorContext extends java.lang.ObjectContext class to provide Authenticator implementations with concrete objects necessary for their correct workings. DataHub createsAuthenticatorContextinstance and provides it as an argument to init method ofAuthenticator
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorContext(java.util.Map<java.lang.String,java.lang.Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>data()
-
-
-
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_HOME: Directory path where plugin is installed
-
-