Class DelegationTokenContainer
- java.lang.Object
-
- org.apache.flink.runtime.security.token.DelegationTokenContainer
-
- All Implemented Interfaces:
Serializable
@Experimental public class DelegationTokenContainer extends Object implements Serializable
Container for delegation tokens.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DelegationTokenContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToken(String key, byte[] value)
Map<String,byte[]>
getTokens()
boolean
hasTokens()
-