Package | Description |
---|---|
org.jboss.as.domain.http.server | |
org.jboss.as.domain.http.server.security | |
org.jboss.as.domain.management.security | |
org.jboss.as.remoting |
Modifier and Type | Method and Description |
---|---|
static ManagementHttpServer |
ManagementHttpServer.create(InetSocketAddress bindAddress,
InetSocketAddress secureBindAddress,
int backlog,
ModelControllerClient modelControllerClient,
Executor executor,
SecurityRealm securityRealm,
ConsoleMode consoleMode,
String consoleSlot) |
void |
RootHandler.start(org.jboss.com.sun.net.httpserver.HttpServer httpServer,
SecurityRealm securityRealm) |
Constructor and Description |
---|
AuthenticationProvider(SecurityRealm securityRealm) |
Modifier and Type | Class and Description |
---|---|
class |
SecurityRealmService
The service representing the security realm, this service will be injected into any management interfaces
requiring any of the capabilities provided by the realm.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<SecurityRealm> |
RealmSecurityProviderService.getSecurityRealmInjectedValue() |
Constructor and Description |
---|
RealmSecurityProvider(SecurityRealm realm,
CallbackHandler serverCallbackHandler,
String tokensDir) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.