Home
last modified time | relevance | path

Searched refs:mechanismName (Results 1 – 24 of 24) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/security/
H A DAuthMethod.java38 public final String mechanismName; field in AuthMethod
41 AuthMethod(byte code, String mechanismName, in AuthMethod() argument
44 this.mechanismName = mechanismName; in AuthMethod()
58 return mechanismName; in getMechanismName()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/net/
H A DSASLAuthentication.java304 final String mechanismName = doc.attributeValue( "mechanism" ).toUpperCase(); in handle() local
307 if ( !mechanisms.contains( mechanismName ) ) in handle()
332 if ( mechanismName.equals( "DIGEST-MD5" ) ) in handle()
541 public static void addSupportedMechanism(String mechanismName) { in addSupportedMechanism() argument
542 if ( mechanismName == null || mechanismName.isEmpty() ) { in addSupportedMechanism()
545 mechanisms.add( mechanismName.toUpperCase() ); in addSupportedMechanism()
546 Log.info( "Support added for the '{}' SASL mechanism.", mechanismName.toUpperCase() ); in addSupportedMechanism()
554 public static void removeSupportedMechanism(String mechanismName) { in removeSupportedMechanism() argument
555 if ( mechanismName == null || mechanismName.isEmpty() ) { in removeSupportedMechanism()
559 if ( mechanisms.remove( mechanismName.toUpperCase() ) ) in removeSupportedMechanism()
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/reaction/src/main/java/org/openscience/cdk/reaction/
H A DReactionEngine.java82 String mechanismName = "org.openscience.cdk.reaction.mechanism." + entry.getMechanism(); in extractMechanism() local
84 …ism = (IReactionMechanism) this.getClass().getClassLoader().loadClass(mechanismName).newInstance(); in extractMechanism()
85 logger.info("Loaded mechanism: ", mechanismName); in extractMechanism()
87 logger.error("Could not find this IReactionMechanism: ", mechanismName); in extractMechanism()
90 logger.error("Could not load this IReactionMechanism: ", mechanismName); in extractMechanism()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java135 String mechanismName; in handleSaslStartMessage() local
137 mechanismName = new String(message.payload, "UTF-8"); in handleSaslStartMessage()
141 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
142 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
145 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java135 String mechanismName; in handleSaslStartMessage() local
137 mechanismName = new String(message.payload, "UTF-8"); in handleSaslStartMessage()
141 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
142 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
145 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java116 String mechanismName = new String(message.payload, StandardCharsets.UTF_8); in handleSaslStartMessage() local
117 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
118 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
121 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/devel/py-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java116 String mechanismName = new String(message.payload, StandardCharsets.UTF_8); in handleSaslStartMessage() local
117 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
118 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
121 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java116 String mechanismName = new String(message.payload, StandardCharsets.UTF_8); in handleSaslStartMessage() local
117 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
118 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
121 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java116 String mechanismName = new String(message.payload, StandardCharsets.UTF_8); in handleSaslStartMessage() local
117 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
118 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
121 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/devel/thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java116 String mechanismName = new String(message.payload, StandardCharsets.UTF_8); in handleSaslStartMessage() local
117 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
118 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
121 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java116 String mechanismName = new String(message.payload, StandardCharsets.UTF_8); in handleSaslStartMessage() local
117 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
118 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
121 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTSaslServerTransport.java134 String mechanismName = new String(message.payload, StandardCharsets.UTF_8); in handleSaslStartMessage() local
135 TSaslServerDefinition serverDefinition = serverDefinitionMap.get(mechanismName); in handleSaslStartMessage()
136 LOGGER.debug("Received mechanism name '{}'", mechanismName); in handleSaslStartMessage()
139 … throw sendAndThrowMessage(NegotiationStatus.BAD, "Unsupported mechanism type " + mechanismName); in handleSaslStartMessage()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/security/
H A DSaslRpcServer.java140 public final String mechanismName; field in SaslRpcServer.AuthMethod
143 private AuthMethod(byte code, String mechanismName, in AuthMethod() argument
146 this.mechanismName = mechanismName; in AuthMethod()
160 return mechanismName; in getMechanismName()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/
H A DSaslRpcServer.java231 public final String mechanismName; field in SaslRpcServer.AuthMethod
233 private AuthMethod(byte code, String mechanismName) { in AuthMethod() argument
235 this.mechanismName = mechanismName; in AuthMethod()
248 return mechanismName; in getMechanismName()
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/oteltest/
H A Dharness.go215 for mechanismName, mechanism := range mechanisms {
216 h.t.Run(mechanismName, func(t *testing.T) {
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/oteltest/
H A Dharness.go215 for mechanismName, mechanism := range mechanisms {
216 h.t.Run(mechanismName, func(t *testing.T) {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/api/apitest/
H A Dharness.go210 for mechanismName, mechanism := range mechanisms {
211 h.t.Run(mechanismName, func(t *testing.T) {
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/oteltest/
H A Dharness.go215 for mechanismName, mechanism := range mechanisms {
216 h.t.Run(mechanismName, func(t *testing.T) {
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/oteltest/
H A Dharness.go293 for mechanismName, mechanism := range mechanisms {
294 h.t.Run(mechanismName, func(t *testing.T) {
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/oteltest/
H A Dharness.go293 for mechanismName, mechanism := range mechanisms {
294 h.t.Run(mechanismName, func(t *testing.T) {
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/internal/internaltest/
H A Dharness.go298 for mechanismName, mechanism := range mechanisms {
299 h.t.Run(mechanismName, func(t *testing.T) {
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/api/testharness/
H A Dharness.go339 for mechanismName, mechanism := range mechanisms {
340 h.t.Run(mechanismName, func(t *testing.T) {
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/wrapper/
H A DFunctions.java1169 String mechanismName = (entry != null) ? entry.toString() in mechanismCodeToString() local
1172 return mechanismName; in mechanismCodeToString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/
H A DQuickAssistProcessor.java2225 …String mechanismName= BasicElementLabels.getJavaElementName(existingBuffer == null ? bufferOrBuild… in getConvertToStringBufferProposal() local
2226 …ormat(CorrectionMessages.QuickAssistProcessor_convert_to_string_buffer_description, mechanismName); in getConvertToStringBufferProposal()