
public interface WorkmanagerSecurityType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
workmanagerSecurityType xsd type| Modifier and Type | Method and Description |
|---|---|
WorkmanagerSecurityType<T> |
defaultPrincipal(java.lang.String defaultPrincipal)
Sets the
default-principal element |
WorkmanagerSecurityType<T> |
domain(java.lang.String domain)
Sets the
domain element |
java.lang.String |
getDefaultPrincipal()
Returns the
default-principal element |
java.lang.String |
getDomain()
Returns the
domain element |
WorkmanagerSecurityGroupsType<WorkmanagerSecurityType<T>> |
getOrCreateDefaultGroups()
If not already created, a new
default-groups element with the given value will be created. |
WorkmanagerSecurityMappingsType<WorkmanagerSecurityType<T>> |
getOrCreateMappings()
If not already created, a new
mappings element with the given value will be created. |
java.lang.Boolean |
isMappingRequired()
Returns the
mapping-required element |
WorkmanagerSecurityType<T> |
mappingRequired(java.lang.Boolean mappingRequired)
Sets the
mapping-required element |
WorkmanagerSecurityType<T> |
removeDefaultGroups()
Removes the
default-groups element |
WorkmanagerSecurityType<T> |
removeDefaultPrincipal()
Removes the
default-principal element |
WorkmanagerSecurityType<T> |
removeDomain()
Removes the
domain element |
WorkmanagerSecurityType<T> |
removeMappingRequired()
Removes the
mapping-required element |
WorkmanagerSecurityType<T> |
removeMappings()
Removes the
mappings element |
WorkmanagerSecurityType<T> mappingRequired(java.lang.Boolean mappingRequired)
mapping-required elementmappingRequired - the value for the element mapping-requiredWorkmanagerSecurityTypejava.lang.Boolean isMappingRequired()
mapping-required elementmapping-requiredWorkmanagerSecurityType<T> removeMappingRequired()
mapping-required elementWorkmanagerSecurityTypeWorkmanagerSecurityType<T> domain(java.lang.String domain)
domain elementdomain - the value for the element domainWorkmanagerSecurityTypejava.lang.String getDomain()
domain elementdomainWorkmanagerSecurityType<T> removeDomain()
domain elementWorkmanagerSecurityTypeWorkmanagerSecurityType<T> defaultPrincipal(java.lang.String defaultPrincipal)
default-principal elementdefaultPrincipal - the value for the element default-principalWorkmanagerSecurityTypejava.lang.String getDefaultPrincipal()
default-principal elementdefault-principalWorkmanagerSecurityType<T> removeDefaultPrincipal()
default-principal elementWorkmanagerSecurityTypeWorkmanagerSecurityGroupsType<WorkmanagerSecurityType<T>> getOrCreateDefaultGroups()
default-groups element with the given value will be created.
Otherwise, the existing default-groups element will be returned.WorkmanagerSecurityGroupsType> WorkmanagerSecurityType<T> removeDefaultGroups()
default-groups elementWorkmanagerSecurityTypeWorkmanagerSecurityMappingsType<WorkmanagerSecurityType<T>> getOrCreateMappings()
mappings element with the given value will be created.
Otherwise, the existing mappings element will be returned.WorkmanagerSecurityMappingsType> WorkmanagerSecurityType<T> removeMappings()
mappings elementWorkmanagerSecurityTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)