| Package | Description |
|---|---|
| org.jboss.remoting3.remote | |
| org.jboss.remoting3.security |
| Modifier and Type | Field and Description |
|---|---|
private AuthorizingCallbackHandler |
ServerConnectionOpenListener.AuthStepRunnable.authorizingCallbackHandler |
private AuthorizingCallbackHandler |
ServerConnectionOpenListener.Authentication.authorizingCallbackHandler |
| Constructor and Description |
|---|
Authentication(javax.security.sasl.SaslServer saslServer,
AuthorizingCallbackHandler authorizingCallbackHandler,
java.lang.String remoteEndpointName,
int behavior,
int maxInboundChannels,
int maxOutboundChannels) |
AuthStepRunnable(boolean isInitial,
javax.security.sasl.SaslServer saslServer,
AuthorizingCallbackHandler authorizingCallbackHandler,
org.xnio.Pooled<java.nio.ByteBuffer> buffer,
java.lang.String remoteEndpointName,
int behavior,
int maxInboundChannels,
int maxOutboundChannels) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizingCallbackHandler |
ServerAuthenticationProvider.getCallbackHandler(java.lang.String mechanismName)
Get a callback handler for the given mechanism name.
|
AuthorizingCallbackHandler |
SimpleServerAuthenticationProvider.getCallbackHandler(java.lang.String mechanismName)
Get a callback handler for the given mechanism name.
|