| Package | Description |
|---|---|
| org.jboss.as.domain.management | |
| org.jboss.as.domain.management.security |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandlerFactory |
SecurityRealm.getSecretCallbackHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Supplier<CallbackHandlerFactory> |
CallbackHandlerFactory.ServiceUtil.requires(org.jboss.msc.service.ServiceBuilder<?> sb,
org.jboss.msc.service.ServiceName serviceName) |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandlerFactory |
SecurityRealmService.getSecretCallbackHandlerFactory() |
| Constructor and Description |
|---|
SecretIdentityService(Consumer<CallbackHandlerFactory> callbackHandlerFactoryConsumer,
org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> credentialSourceSupplier,
String password,
boolean base64) |
SecurityRealmService(Consumer<SecurityRealm> securityRealmConsumer,
Supplier<SubjectSupplementalService> subjectSupplementalSupplier,
Supplier<CallbackHandlerFactory> secretCallbackFactorySupplier,
Supplier<org.jboss.as.domain.management.security.KeytabIdentityFactoryService> keytabFactorySupplier,
Supplier<SSLContext> sslContextSupplier,
Supplier<String> tmpDirPathSupplier,
Set<Supplier<CallbackHandlerService>> callbackHandlerServices,
String name,
boolean mapGroupsToRoles) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.