Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar12.api.WorkmanagerSecurityMappingsType
-
Packages that use WorkmanagerSecurityMappingsType Package Description org.jboss.jca.embedded.dsl.ironjacamar12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar12.impl Provides the implementation classes as defined in the schema -
-
Uses of WorkmanagerSecurityMappingsType in org.jboss.jca.embedded.dsl.ironjacamar12.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return WorkmanagerSecurityMappingsType Modifier and Type Method Description WorkmanagerSecurityMappingsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityType. getOrCreateMappings()If not already created, a newmappingselement with the given value will be created.WorkmanagerSecurityMappingsType<T>WorkmanagerSecurityMappingsType. removeGroups()Removes thegroupselementWorkmanagerSecurityMappingsType<T>WorkmanagerSecurityMappingsType. removeUsers()Removes theuserselementMethods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return types with arguments of type WorkmanagerSecurityMappingsType Modifier and Type Method Description WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>>WorkmanagerSecurityMappingsType. getOrCreateGroups()If not already created, a newgroupselement with the given value will be created.WorkmanagerSecurityMappingsUsersType<WorkmanagerSecurityMappingsType<T>>WorkmanagerSecurityMappingsType. getOrCreateUsers()If not already created, a newuserselement with the given value will be created. -
Uses of WorkmanagerSecurityMappingsType in org.jboss.jca.embedded.dsl.ironjacamar12.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar12.impl that implement WorkmanagerSecurityMappingsType Modifier and Type Class Description classWorkmanagerSecurityMappingsTypeImpl<T>This class implements theworkmanagerSecurityMappingsTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return WorkmanagerSecurityMappingsType Modifier and Type Method Description WorkmanagerSecurityMappingsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityTypeImpl. getOrCreateMappings()If not already created, a newmappingselement with the given value will be created.WorkmanagerSecurityMappingsType<T>WorkmanagerSecurityMappingsTypeImpl. removeGroups()Removes thegroupselementWorkmanagerSecurityMappingsType<T>WorkmanagerSecurityMappingsTypeImpl. removeUsers()Removes theuserselementMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return types with arguments of type WorkmanagerSecurityMappingsType Modifier and Type Method Description WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>>WorkmanagerSecurityMappingsTypeImpl. getOrCreateGroups()If not already created, a newgroupselement with the given value will be created.WorkmanagerSecurityMappingsUsersType<WorkmanagerSecurityMappingsType<T>>WorkmanagerSecurityMappingsTypeImpl. getOrCreateUsers()If not already created, a newuserselement with the given value will be created.
-