Package | Description |
---|---|
org.wildfly.swarm.config.security.security_domain | |
org.wildfly.swarm.config.security.security_domain.authentication |
Modifier and Type | Method and Description |
---|---|
LoginModule |
ClassicAuthentication.ClassicAuthenticationResources.loginModule(String key) |
Modifier and Type | Method and Description |
---|---|
List<LoginModule> |
ClassicAuthentication.ClassicAuthenticationResources.loginModules()
Get the list of LoginModule resources
|
Modifier and Type | Method and Description |
---|---|
T |
ClassicAuthentication.loginModule(LoginModule value)
Add the LoginModule object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ClassicAuthentication.loginModules(List<LoginModule> value)
Add all LoginModule objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LoginModule<T extends LoginModule<T>>
List of authentication modules
|
interface |
LoginModuleConsumer<T extends LoginModule<T>> |
interface |
LoginModuleSupplier<T extends LoginModule> |
Modifier and Type | Method and Description |
---|---|
LoginModule |
LoginModuleSupplier.get()
Constructed instance of LoginModule resource
|
LoginModule |
LoginModuleStack.LoginModuleStackResources.loginModule(String key) |
Modifier and Type | Method and Description |
---|---|
List<LoginModule> |
LoginModuleStack.LoginModuleStackResources.loginModules()
Get the list of LoginModule resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoginModuleStack.loginModule(LoginModule value)
Add the LoginModule object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoginModuleStack.loginModules(List<LoginModule> value)
Add all LoginModule objects to this subresource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.