Class AuthenticationProviderAthenz
java.lang.Object
org.apache.pulsar.broker.authentication.AuthenticationProviderAthenz
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.pulsar.broker.authentication.AuthenticationProvider
public class AuthenticationProviderAthenz
extends Object
implements org.apache.pulsar.broker.authentication.AuthenticationProvider
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(org.apache.pulsar.broker.authentication.AuthenticationDataSource authData) voidclose()voidinitialize(ServiceConfiguration config) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.broker.authentication.AuthenticationProvider
authenticateAsync, authenticateHttpRequest, authenticateHttpRequestAsync, incrementFailureMetric, newAuthState, newHttpAuthState
-
Constructor Details
-
AuthenticationProviderAthenz
public AuthenticationProviderAthenz()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceorg.apache.pulsar.broker.authentication.AuthenticationProvider- Throws:
IOException
-
getAuthMethodName
- Specified by:
getAuthMethodNamein interfaceorg.apache.pulsar.broker.authentication.AuthenticationProvider
-
authenticate
public String authenticate(org.apache.pulsar.broker.authentication.AuthenticationDataSource authData) throws AuthenticationException - Specified by:
authenticatein interfaceorg.apache.pulsar.broker.authentication.AuthenticationProvider- Throws:
AuthenticationException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-