Uses of Enum Class
org.apache.storm.security.auth.ThriftConnectionType
Packages that use ThriftConnectionType
Package
Description
- 
Uses of ThriftConnectionType in org.apache.storm.security.authFields in org.apache.storm.security.auth declared as ThriftConnectionTypeMethods in org.apache.storm.security.auth that return ThriftConnectionTypeModifier and TypeMethodDescriptionThriftServer.getType()Get type.static ThriftConnectionTypeReturns the enum constant of this class with the specified name.static ThriftConnectionType[]ThriftConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.storm.security.auth with parameters of type ThriftConnectionTypeModifier and TypeMethodDescriptionstatic booleanClientAuthUtils.areWorkerTokensEnabledServer(ThriftConnectionType connectionType, Map<String, Object> conf) Check if worker tokens should be enabled on the server side or not (for a given server).MultiThriftServer.get(ThriftConnectionType type) static ITransportPluginClientAuthUtils.getTransportPlugin(ThriftConnectionType type, Map<String, Object> topoConf) Construct a transport plugin per storm configuration.voidITransportPlugin.prepare(ThriftConnectionType type, Map<String, Object> topoConf) Invoked once immediately after construction.voidSimpleTransportPlugin.prepare(ThriftConnectionType type, Map<String, Object> topoConf) voidMultiThriftServer.stopTlsServer(ThriftConnectionType tlsConnectionType) Constructors in org.apache.storm.security.auth with parameters of type ThriftConnectionTypeModifierConstructorDescriptionThriftClient(Map<String, Object> topoConf, ThriftConnectionType type, String host) ThriftClient(Map<String, Object> topoConf, ThriftConnectionType type, String host, Integer port, Integer timeout) ThriftClient(Map<String, Object> topoConf, ThriftConnectionType type, String host, Integer port, Integer timeout, String asUser) ThriftServer(Map<String, Object> conf, org.apache.storm.thrift.TProcessor processor, ThriftConnectionType type) 
- 
Uses of ThriftConnectionType in org.apache.storm.security.auth.saslFields in org.apache.storm.security.auth.sasl declared as ThriftConnectionTypeMethods in org.apache.storm.security.auth.sasl with parameters of type ThriftConnectionTypeModifier and TypeMethodDescriptionvoidSaslTransportPlugin.prepare(ThriftConnectionType type, Map<String, Object> conf) 
- 
Uses of ThriftConnectionType in org.apache.storm.security.auth.tlsFields in org.apache.storm.security.auth.tls declared as ThriftConnectionTypeMethods in org.apache.storm.security.auth.tls with parameters of type ThriftConnectionTypeModifier and TypeMethodDescriptionstatic org.apache.storm.thrift.transport.TServerSocketReloadableTsslTransportFactory.getServerSocket(int port, int clientTimeout, InetAddress ifAddress, ThriftConnectionType type, Map<String, Object> conf) voidTlsTransportPlugin.prepare(ThriftConnectionType type, Map<String, Object> conf) 
- 
Uses of ThriftConnectionType in org.apache.storm.security.auth.workertokenMethods in org.apache.storm.security.auth.workertoken with parameters of type ThriftConnectionTypeModifier and TypeMethodDescriptionstatic WorkerTokenWorkerTokenClientCallbackHandler.findWorkerTokenInSubject(ThriftConnectionType type) Look in the current subject for a WorkerToken.Constructors in org.apache.storm.security.auth.workertoken with parameters of type ThriftConnectionTypeModifierConstructorDescriptionWorkerTokenAuthorizer(Map<String, Object> conf, ThriftConnectionType connectionType) Constructor.