public class Security<T extends Security> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Security.SecurityResources
Child mutators for Security
|
| Constructor and Description |
|---|
Security() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
deepCopySubjectMode()
Sets the copy mode of subjects done by the security managers to be deep copies that makes copies of the subject principals and credentials if they are cloneable.
|
T |
deepCopySubjectMode(Boolean value)
Sets the copy mode of subjects done by the security managers to be deep copies that makes copies of the subject principals and credentials if they are cloneable.
|
String |
getKey() |
T |
securityDomain(SecurityDomain value)
Add the SecurityDomain object to the list of subresources
|
T |
securityDomains(List<SecurityDomain> value)
Add all SecurityDomain objects to this subresource
|
Security.SecurityResources |
subresources() |
VaultClassic |
vaultClassic()
Security Vault for attributes.
|
T |
vaultClassic(VaultClassic value)
Security Vault for attributes.
|
public String getKey()
public Boolean deepCopySubjectMode()
public T deepCopySubjectMode(Boolean value)
public Security.SecurityResources subresources()
public T securityDomains(List<SecurityDomain> value)
value - List of SecurityDomain objects.public T securityDomain(SecurityDomain value)
value - The SecurityDomain to addpublic VaultClassic vaultClassic()
public T vaultClassic(VaultClassic value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.