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

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

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

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



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