public class AuthenticationJaspi<T extends AuthenticationJaspi> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationJaspi.AuthenticationJaspiResources
Child mutators for AuthenticationJaspi
|
| Constructor and Description |
|---|
AuthenticationJaspi() |
| Modifier and Type | Method and Description |
|---|---|
T |
authModule(AuthModule value)
Add the AuthModule object to the list of subresources
|
T |
authModules(List<AuthModule> value)
Add all AuthModule objects to this subresource
|
String |
getKey() |
T |
loginModuleStack(LoginModuleStack value)
Add the LoginModuleStack object to the list of subresources
|
T |
loginModuleStacks(List<LoginModuleStack> value)
Add all LoginModuleStack objects to this subresource
|
AuthenticationJaspi.AuthenticationJaspiResources |
subresources() |
public String getKey()
public AuthenticationJaspi.AuthenticationJaspiResources subresources()
public T loginModuleStacks(List<LoginModuleStack> value)
value - List of LoginModuleStack objects.public T loginModuleStack(LoginModuleStack value)
value - The LoginModuleStack to addpublic T authModules(List<AuthModule> value)
value - List of AuthModule objects.public T authModule(AuthModule value)
value - The AuthModule to addCopyright © 2015 JBoss by Red Hat. All rights reserved.