Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.WorkmanagerSecurityType
Packages that use WorkmanagerSecurityType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of WorkmanagerSecurityType in org.jboss.jca.embedded.dsl.ironjacamar13.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return WorkmanagerSecurityTypeModifier and TypeMethodDescriptionWorkmanagerSecurityType.defaultPrincipal(String defaultPrincipal) Sets thedefault-principalelementSets thedomainelementWorkmanagerType.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.WorkmanagerSecurityType.mappingRequired(Boolean mappingRequired) Sets themapping-requiredelementWorkmanagerSecurityType.removeDefaultGroups()Removes thedefault-groupselementWorkmanagerSecurityType.removeDefaultPrincipal()Removes thedefault-principalelementWorkmanagerSecurityType.removeDomain()Removes thedomainelementWorkmanagerSecurityType.removeMappingRequired()Removes themapping-requiredelementWorkmanagerSecurityType.removeMappings()Removes themappingselementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return types with arguments of type WorkmanagerSecurityTypeModifier and TypeMethodDescriptionWorkmanagerSecurityType.getOrCreateDefaultGroups()If not already created, a newdefault-groupselement with the given value will be created.WorkmanagerSecurityType.getOrCreateMappings()If not already created, a newmappingselement with the given value will be created. -
Uses of WorkmanagerSecurityType in org.jboss.jca.embedded.dsl.ironjacamar13.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar13.impl that implement WorkmanagerSecurityTypeModifier and TypeClassDescriptionclassThis class implements theworkmanagerSecurityTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return WorkmanagerSecurityTypeModifier and TypeMethodDescriptionWorkmanagerSecurityTypeImpl.defaultPrincipal(String defaultPrincipal) Sets thedefault-principalelementSets thedomainelementWorkmanagerTypeImpl.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.WorkmanagerSecurityTypeImpl.mappingRequired(Boolean mappingRequired) Sets themapping-requiredelementWorkmanagerSecurityTypeImpl.removeDefaultGroups()Removes thedefault-groupselementWorkmanagerSecurityTypeImpl.removeDefaultPrincipal()Removes thedefault-principalelementWorkmanagerSecurityTypeImpl.removeDomain()Removes thedomainelementWorkmanagerSecurityTypeImpl.removeMappingRequired()Removes themapping-requiredelementWorkmanagerSecurityTypeImpl.removeMappings()Removes themappingselementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return types with arguments of type WorkmanagerSecurityTypeModifier and TypeMethodDescriptionWorkmanagerSecurityTypeImpl.getOrCreateDefaultGroups()If not already created, a newdefault-groupselement with the given value will be created.WorkmanagerSecurityTypeImpl.getOrCreateMappings()If not already created, a newmappingselement with the given value will be created.