Class NoAuthenticationProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AuthenticationFactory createFactory​(java.lang.String plugin, java.util.Properties properties)
      Creates and returns a new AuthenticationFactory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoAuthenticationProvider

        public NoAuthenticationProvider()
    • Method Detail

      • createFactory

        public AuthenticationFactory createFactory​(java.lang.String plugin,
                                                   java.util.Properties properties)
        Description copied from interface: AuthenticationProvider
        Creates and returns a new AuthenticationFactory.
        Specified by:
        createFactory in interface AuthenticationProvider
        Parameters:
        plugin - name identifying a particular type of AuthenticationFactory
        properties - configuration values
        Returns:
        AuthenticationFactory instance or null if the provider does not provide a matching AuthenticationFactory