org.apache.qpid.server.security.auth
Interface AuthenticationManager
- All Known Implementing Classes:
- NullAuthenticationManager, SASLAuthenticationManager
public interface AuthenticationManager
getMechanisms
java.lang.String getMechanisms()
createSaslServer
javax.security.sasl.SaslServer createSaslServer(java.lang.String mechanism,
java.lang.String localFQDN)
throws javax.security.sasl.SaslException
- Throws:
javax.security.sasl.SaslException
authenticate
AuthenticationResult authenticate(javax.security.sasl.SaslServer server,
byte[] response)