public class AuthenticationClassic<T extends AuthenticationClassic> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationClassic.AuthenticationClassicResources
Child mutators for AuthenticationClassic
|
| Constructor and Description |
|---|
AuthenticationClassic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
loginModule(LoginModule value)
Add the LoginModule object to the list of subresources
|
T |
loginModules(List<LoginModule> value)
Add all LoginModule objects to this subresource
|
AuthenticationClassic.AuthenticationClassicResources |
subresources() |
public String getKey()
public AuthenticationClassic.AuthenticationClassicResources subresources()
public T loginModules(List<LoginModule> value)
value - List of LoginModule objects.public T loginModule(LoginModule value)
value - The LoginModule to addCopyright © 2015 JBoss by Red Hat. All rights reserved.