JBoss Remoting 3 3.2.0.Beta2-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)
          Create a network server.
 


JBoss Remoting 3 3.2.0.Beta2-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.