Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters11.api.WorkmanagerSecurityType
-
Packages that use WorkmanagerSecurityType Package Description org.jboss.jca.embedded.dsl.resourceadapters11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters11.impl Provides the implementation classes as defined in the schema -
-
Uses of WorkmanagerSecurityType in org.jboss.jca.embedded.dsl.resourceadapters11.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return WorkmanagerSecurityType Modifier and Type Method Description WorkmanagerSecurityType<T>WorkmanagerSecurityType. defaultPrincipal(String defaultPrincipal)Sets thedefault-principalelementWorkmanagerSecurityType<T>WorkmanagerSecurityType. domain(String domain)Sets thedomainelementWorkmanagerSecurityType<WorkmanagerType<T>>WorkmanagerType. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.WorkmanagerSecurityType<T>WorkmanagerSecurityType. mappingRequired(Boolean mappingRequired)Sets themapping-requiredelementWorkmanagerSecurityType<T>WorkmanagerSecurityType. removeDefaultGroups()Removes thedefault-groupselementWorkmanagerSecurityType<T>WorkmanagerSecurityType. removeDefaultPrincipal()Removes thedefault-principalelementWorkmanagerSecurityType<T>WorkmanagerSecurityType. removeDomain()Removes thedomainelementWorkmanagerSecurityType<T>WorkmanagerSecurityType. removeMappingRequired()Removes themapping-requiredelementWorkmanagerSecurityType<T>WorkmanagerSecurityType. removeMappings()Removes themappingselementMethods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return types with arguments of type WorkmanagerSecurityType Modifier and Type Method Description WorkmanagerSecurityGroupsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityType. getOrCreateDefaultGroups()If not already created, a newdefault-groupselement with the given value will be created.WorkmanagerSecurityMappingsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityType. getOrCreateMappings()If not already created, a newmappingselement with the given value will be created. -
Uses of WorkmanagerSecurityType in org.jboss.jca.embedded.dsl.resourceadapters11.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters11.impl that implement WorkmanagerSecurityType Modifier and Type Class Description classWorkmanagerSecurityTypeImpl<T>This class implements theworkmanagerSecurityTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return WorkmanagerSecurityType Modifier and Type Method Description WorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. defaultPrincipal(String defaultPrincipal)Sets thedefault-principalelementWorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. domain(String domain)Sets thedomainelementWorkmanagerSecurityType<WorkmanagerType<T>>WorkmanagerTypeImpl. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.WorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. mappingRequired(Boolean mappingRequired)Sets themapping-requiredelementWorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. removeDefaultGroups()Removes thedefault-groupselementWorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. removeDefaultPrincipal()Removes thedefault-principalelementWorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. removeDomain()Removes thedomainelementWorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. removeMappingRequired()Removes themapping-requiredelementWorkmanagerSecurityType<T>WorkmanagerSecurityTypeImpl. removeMappings()Removes themappingselementMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return types with arguments of type WorkmanagerSecurityType Modifier and Type Method Description WorkmanagerSecurityGroupsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityTypeImpl. getOrCreateDefaultGroups()If not already created, a newdefault-groupselement with the given value will be created.WorkmanagerSecurityMappingsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityTypeImpl. getOrCreateMappings()If not already created, a newmappingselement with the given value will be created.
-