JBoss Remoting 3 3.2.13.GA-redhat-1

Uses of Interface
org.jboss.remoting3.security.ServerAuthenticationProvider

Packages that use ServerAuthenticationProvider
org.jboss.remoting3.security   
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of ServerAuthenticationProvider in org.jboss.remoting3.security
 

Classes in org.jboss.remoting3.security that implement ServerAuthenticationProvider
 class SimpleServerAuthenticationProvider
          A server authentication handler which maintains a simple map of user names and passwords.
 

Uses of ServerAuthenticationProvider in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi with parameters of type ServerAuthenticationProvider
 org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> NetworkServerProvider.createServer(SocketAddress bindAddress, org.xnio.OptionMap optionMap, ServerAuthenticationProvider authenticationProvider, org.xnio.ssl.XnioSsl xnioSsl)
          Create a network server.
 


JBoss Remoting 3 3.2.13.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.