Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
HTTPAuthenticationFactory |
Elytron.ElytronResources.httpAuthenticationFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<HTTPAuthenticationFactory> |
Elytron.ElytronResources.httpAuthenticationFactories()
Get the list of HTTPAuthenticationFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.httpAuthenticationFactory(HTTPAuthenticationFactory value)
Add the HTTPAuthenticationFactory object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.httpAuthenticationFactories(List<HTTPAuthenticationFactory> value)
Add all HTTPAuthenticationFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPAuthenticationFactory<T extends HTTPAuthenticationFactory<T>>
Resource containing the association of a SecurityDomain with a
HttpServerAuthenticationMechanismFactory.
|
interface |
HTTPAuthenticationFactoryConsumer<T extends HTTPAuthenticationFactory<T>> |
interface |
HTTPAuthenticationFactorySupplier<T extends HTTPAuthenticationFactory> |
Modifier and Type | Method and Description |
---|---|
HTTPAuthenticationFactory |
HTTPAuthenticationFactorySupplier.get()
Constructed instance of HTTPAuthenticationFactory resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.