Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.SecurityRoleType

Packages that use SecurityRoleType
org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.j2ee14
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return SecurityRoleType
 SecurityRoleType<T> SecurityRoleType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityRoleType<T> SecurityRoleType.id(String id)
          Sets the id attribute
 SecurityRoleType<T> SecurityRoleType.removeAllDescription()
          Removes the description element
 SecurityRoleType<T> SecurityRoleType.removeId()
          Removes the id attribute
 SecurityRoleType<T> SecurityRoleType.removeRoleName()
          Removes the role-name element
 SecurityRoleType<T> SecurityRoleType.roleName(String roleName)
          Sets the role-name element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.