Class HadoopDelegationTokenReceiver
java.lang.Object
org.apache.flink.runtime.security.token.hadoop.HadoopDelegationTokenReceiver
- All Implemented Interfaces:
org.apache.flink.core.security.token.DelegationTokenReceiver
- Direct Known Subclasses:
HadoopFSDelegationTokenReceiver,HBaseDelegationTokenReceiver
@Internal
public abstract class HadoopDelegationTokenReceiver
extends Object
implements org.apache.flink.core.security.token.DelegationTokenReceiver
Hadoop delegation token receiver base class.
-
Field Summary
Fields inherited from interface org.apache.flink.core.security.token.DelegationTokenReceiver
CONFIG_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(org.apache.flink.configuration.Configuration configuration) voidonNewTokensObtained(byte[] tokens) abstract StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.core.security.token.DelegationTokenReceiver
serviceConfigPrefix
-
Constructor Details
-
HadoopDelegationTokenReceiver
public HadoopDelegationTokenReceiver()
-
-
Method Details
-
serviceName
- Specified by:
serviceNamein interfaceorg.apache.flink.core.security.token.DelegationTokenReceiver
-
init
- Specified by:
initin interfaceorg.apache.flink.core.security.token.DelegationTokenReceiver- Throws:
Exception
-
onNewTokensObtained
- Specified by:
onNewTokensObtainedin interfaceorg.apache.flink.core.security.token.DelegationTokenReceiver- Throws:
Exception
-