org.apache.qpid.server.security.auth
Class NullAuthenticationManager

java.lang.Object
  extended by org.apache.qpid.server.security.auth.NullAuthenticationManager
All Implemented Interfaces:
AuthenticationManager

public class NullAuthenticationManager
extends java.lang.Object
implements AuthenticationManager


Constructor Summary
NullAuthenticationManager()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAuthenticationManager

public NullAuthenticationManager()
Method Detail

getMechanisms

public java.lang.String getMechanisms()
Specified by:
getMechanisms in interface AuthenticationManager

createSaslServer

public javax.security.sasl.SaslServer createSaslServer(java.lang.String mechanism,
                                                       java.lang.String localFQDN)
                                                throws javax.security.sasl.SaslException
Specified by:
createSaslServer in interface AuthenticationManager
Throws:
javax.security.sasl.SaslException

authenticate

public AuthenticationResult authenticate(javax.security.sasl.SaslServer server,
                                         byte[] response)
Specified by:
authenticate in interface AuthenticationManager