类 AuthenticationOAuth2
java.lang.Object
org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2
- 所有已实现的接口:
Closeable,Serializable,AutoCloseable,Authentication,EncodedAuthenticationParameterSupport
public class AuthenticationOAuth2
extends Object
implements Authentication, EncodedAuthenticationParameterSupport
Pulsar client authentication provider based on OAuth 2.0.
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.client.api.Authentication
authenticationStage, getAuthData, newRequestHeader
-
字段详细资料
-
构造器详细资料
-
AuthenticationOAuth2
public AuthenticationOAuth2()
-
-
方法详细资料
-
getAuthMethodName
- 指定者:
getAuthMethodName在接口中Authentication
-
configure
-
configure
已过时。- 指定者:
configure在接口中Authentication
-
start
- 指定者:
start在接口中Authentication- 抛出:
PulsarClientException
-
getAuthData
- 指定者:
getAuthData在接口中Authentication- 抛出:
PulsarClientException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 抛出:
IOException
-