Package | Description |
---|---|
org.jboss.remoting3.security | |
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleServerAuthenticationProvider
A server authentication handler which maintains a simple map of user names and passwords.
|
Modifier and Type | Method and Description |
---|---|
ExternalConnectionProvider.ConnectionAdaptor |
ExternalConnectionProvider.createConnectionAdaptor(org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider)
Create a network server.
|
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.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.