org.apache.qpid.server.security.auth
Interface AuthenticationManager

All Known Implementing Classes:
NullAuthenticationManager, SASLAuthenticationManager

public interface AuthenticationManager


Method Summary
 AuthenticationResult authenticate(javax.security.sasl.SaslServer server, byte[] response)
           
 javax.security.sasl.SaslServer createSaslServer(java.lang.String mechanism, java.lang.String localFQDN)
           
 java.lang.String getMechanisms()
           
 

Method Detail

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)