Interface WorkmanagerSecurityMappingsType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
WorkmanagerSecurityMappingsTypeImpl

public interface WorkmanagerSecurityMappingsType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the workmanagerSecurityMappingsType xsd type
  • Method Details

    • getOrCreateUsers

      If not already created, a new users element with the given value will be created. Otherwise, the existing users element will be returned.
      Returns:
      a new or existing instance of WorkmanagerSecurityMappingsUsersTypeinvalid input: '<'WorkmanagerSecurityMappingsType>
    • removeUsers

      Removes the users element
      Returns:
      the current instance of WorkmanagerSecurityMappingsType
    • getOrCreateGroups

      If not already created, a new groups element with the given value will be created. Otherwise, the existing groups element will be returned.
      Returns:
      a new or existing instance of WorkmanagerSecurityMappingsGroupsTypeinvalid input: '<'WorkmanagerSecurityMappingsType>
    • removeGroups

      Removes the groups element
      Returns:
      the current instance of WorkmanagerSecurityMappingsType