public class JaspiAuthentication<T extends JaspiAuthentication> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JaspiAuthentication.JaspiAuthenticationResources
Child mutators for JaspiAuthentication
|
| Constructor and Description |
|---|
JaspiAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
T |
authModule(AuthModule value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.AuthModule object to the list of subresources
|
T |
authModule(String childKey)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.AuthModule object to the list of subresources
|
T |
authModule(String childKey,
AuthModuleConfigurator config)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.AuthModule object to the list of subresources
|
T |
authModules(List<AuthModule> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.AuthModule objects to this subresource
|
String |
getKey() |
T |
loginModuleStack(LoginModuleStack value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack object to the list of subresources
|
T |
loginModuleStack(String childKey)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack object to the list of subresources
|
T |
loginModuleStack(String childKey,
LoginModuleStackConfigurator config)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack object to the list of subresources
|
T |
loginModuleStacks(List<LoginModuleStack> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack objects to this subresource
|
JaspiAuthentication.JaspiAuthenticationResources |
subresources() |
public String getKey()
public JaspiAuthentication.JaspiAuthenticationResources subresources()
public T loginModuleStacks(List<LoginModuleStack> value)
value - List of org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack objects.public T loginModuleStack(LoginModuleStack value)
value - The org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack to addpublic T loginModuleStack(String childKey, LoginModuleStackConfigurator config)
key - The key for the org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack resourceconfig - The org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStackConfigurator to usepublic T loginModuleStack(String childKey)
key - The key for the org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack resourcepublic T authModules(List<AuthModule> value)
value - List of org.wildfly.swarm.config.security.security_domain.authentication.AuthModule objects.public T authModule(AuthModule value)
value - The org.wildfly.swarm.config.security.security_domain.authentication.AuthModule to addpublic T authModule(String childKey, AuthModuleConfigurator config)
key - The key for the org.wildfly.swarm.config.security.security_domain.authentication.AuthModule resourceconfig - The org.wildfly.swarm.config.security.security_domain.authentication.AuthModuleConfigurator to usepublic T authModule(String childKey)
key - The key for the org.wildfly.swarm.config.security.security_domain.authentication.AuthModule resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.