Class WorkmanagerSecurityMappingsTypeImpl<T>
- java.lang.Object
-
- org.jboss.jca.embedded.dsl.ironjacamar12.impl.WorkmanagerSecurityMappingsTypeImpl<T>
-
- All Implemented Interfaces:
WorkmanagerSecurityMappingsType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class WorkmanagerSecurityMappingsTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, WorkmanagerSecurityMappingsType<T>
This class implements theworkmanagerSecurityMappingsTypexsd type
-
-
Constructor Summary
Constructors Constructor Description WorkmanagerSecurityMappingsTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)WorkmanagerSecurityMappingsTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>>getOrCreateGroups()If not already created, a newgroupselement with the given value will be created.WorkmanagerSecurityMappingsUsersType<WorkmanagerSecurityMappingsType<T>>getOrCreateUsers()If not already created, a newuserselement with the given value will be created.WorkmanagerSecurityMappingsType<T>removeGroups()Removes thegroupselementWorkmanagerSecurityMappingsType<T>removeUsers()Removes theuserselementTup()
-
-
-
Method Detail
-
getOrCreateUsers
public WorkmanagerSecurityMappingsUsersType<WorkmanagerSecurityMappingsType<T>> getOrCreateUsers()
If not already created, a newuserselement with the given value will be created. Otherwise, the existinguserselement will be returned.- Specified by:
getOrCreateUsersin interfaceWorkmanagerSecurityMappingsType<T>- Returns:
- a new or existing instance of
WorkmanagerSecurityMappingsUsersType>
-
removeUsers
public WorkmanagerSecurityMappingsType<T> removeUsers()
Removes theuserselement- Specified by:
removeUsersin interfaceWorkmanagerSecurityMappingsType<T>- Returns:
- the current instance of
WorkmanagerSecurityMappingsType
-
getOrCreateGroups
public WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>> getOrCreateGroups()
If not already created, a newgroupselement with the given value will be created. Otherwise, the existinggroupselement will be returned.- Specified by:
getOrCreateGroupsin interfaceWorkmanagerSecurityMappingsType<T>- Returns:
- a new or existing instance of
WorkmanagerSecurityMappingsGroupsType>
-
removeGroups
public WorkmanagerSecurityMappingsType<T> removeGroups()
Removes thegroupselement- Specified by:
removeGroupsin interfaceWorkmanagerSecurityMappingsType<T>- Returns:
- the current instance of
WorkmanagerSecurityMappingsType
-
-