| Modifier and Type | Method and Description |
|---|---|
(package private) SecurityDomainBuildItem |
SecurityDeploymentProcessor.build(SecurityTemplate template,
BuildProducer<ServletExtensionBuildItem> extension,
List<SecurityRealmBuildItem> realms)
Create the deployment SecurityDomain using the SecurityRealm and AuthConfig build items that have been created.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SecurityDeploymentProcessor.addIdentityManager(SecurityTemplate template,
BuildProducer<ServletExtensionBuildItem> extension,
SecurityDomainBuildItem securityDomain,
List<IdentityManagerBuildItem> identityManagers,
List<AuthConfigBuildItem> authConfigs)
Create the deployment SecurityDomain using the SecurityRealm and AuthConfig build items that have been created.
|
(package private) void |
SecurityDeploymentProcessor.configureIdentityManager(SecurityTemplate template,
SecurityDomainBuildItem securityDomain,
BuildProducer<IdentityManagerBuildItem> identityManagerProducer,
List<PasswordRealmBuildItem> passwordRealm)
If a password based realm was created, install the security extension
ElytronIdentityManager
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.