public interface WorkmanagerSecurityMappingsType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
workmanagerSecurityMappingsType xsd type| 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 |
WorkmanagerSecurityMappingsUsersType<WorkmanagerSecurityMappingsType<T>> getOrCreateUsers()
users element with the given value will be created.
Otherwise, the existing users element will be returned.WorkmanagerSecurityMappingsUsersType> WorkmanagerSecurityMappingsType<T> removeUsers()
users elementWorkmanagerSecurityMappingsTypeWorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>> getOrCreateGroups()
groups element with the given value will be created.
Otherwise, the existing groups element will be returned.WorkmanagerSecurityMappingsGroupsType> WorkmanagerSecurityMappingsType<T> removeGroups()
groups elementWorkmanagerSecurityMappingsTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)