public class SecuritySetting<T extends SecuritySetting> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SecuritySetting.SecuritySettingResources
Child mutators for SecuritySetting
|
| Constructor and Description |
|---|
SecuritySetting(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
role(Role value)
Add the Role object to the list of subresources
|
T |
roles(List<Role> value)
Add all Role objects to this subresource
|
SecuritySetting.SecuritySettingResources |
subresources() |
public SecuritySetting(String key)
public String getKey()
public SecuritySetting.SecuritySettingResources subresources()
public T roles(List<Role> value)
value - List of Role objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.