public class WorkmanagerSecurityMappingsTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, WorkmanagerSecurityMappingsType<T>
workmanagerSecurityMappingsType
xsd typeConstructor and 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) |
Modifier and Type | Method and Description |
---|---|
WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>> |
getOrCreateGroups()
If not already created, a new
groups element with the given value will be created. |
WorkmanagerSecurityMappingsUsersType<WorkmanagerSecurityMappingsType<T>> |
getOrCreateUsers()
If not already created, a new
users element with the given value will be created. |
WorkmanagerSecurityMappingsType<T> |
removeGroups()
Removes the
groups element |
WorkmanagerSecurityMappingsType<T> |
removeUsers()
Removes the
users element |
T |
up() |
public WorkmanagerSecurityMappingsTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public WorkmanagerSecurityMappingsUsersType<WorkmanagerSecurityMappingsType<T>> getOrCreateUsers()
users
element with the given value will be created.
Otherwise, the existing users
element will be returned.getOrCreateUsers
in interface WorkmanagerSecurityMappingsType<T>
WorkmanagerSecurityMappingsUsersType>
public WorkmanagerSecurityMappingsType<T> removeUsers()
users
elementremoveUsers
in interface WorkmanagerSecurityMappingsType<T>
WorkmanagerSecurityMappingsType
public WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>> getOrCreateGroups()
groups
element with the given value will be created.
Otherwise, the existing groups
element will be returned.getOrCreateGroups
in interface WorkmanagerSecurityMappingsType<T>
WorkmanagerSecurityMappingsGroupsType>
public WorkmanagerSecurityMappingsType<T> removeGroups()
groups
elementremoveGroups
in interface WorkmanagerSecurityMappingsType<T>
WorkmanagerSecurityMappingsType
Copyright © 2021 JBoss by Red Hat. All rights reserved.