Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.SecurityRoleRefType
-
Packages that use SecurityRoleRefType Package Description org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.j2ee14 Provides the implementation classes 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 Modifier and Type Method Description SecurityRoleRefType<T>SecurityRoleRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementSecurityRoleRefType<T>SecurityRoleRefType. id(String id)Sets theidattributeSecurityRoleRefType<T>SecurityRoleRefType. removeAllDescription()Removes thedescriptionelementSecurityRoleRefType<T>SecurityRoleRefType. removeId()Removes theidattributeSecurityRoleRefType<T>SecurityRoleRefType. removeRoleLink()Removes therole-linkelementSecurityRoleRefType<T>SecurityRoleRefType. removeRoleName()Removes therole-nameelementSecurityRoleRefType<T>SecurityRoleRefType. roleLink(String roleLink)Sets therole-linkelementSecurityRoleRefType<T>SecurityRoleRefType. roleName(String roleName)Sets therole-nameelement -
Uses of SecurityRoleRefType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement SecurityRoleRefType Modifier and Type Class Description classSecurityRoleRefTypeImpl<T>This class implements thesecurity-role-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return SecurityRoleRefType Modifier and Type Method Description SecurityRoleRefType<T>SecurityRoleRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementSecurityRoleRefType<T>SecurityRoleRefTypeImpl. id(String id)Sets theidattributeSecurityRoleRefType<T>SecurityRoleRefTypeImpl. removeAllDescription()Removes thedescriptionelementSecurityRoleRefType<T>SecurityRoleRefTypeImpl. removeId()Removes theidattributeSecurityRoleRefType<T>SecurityRoleRefTypeImpl. removeRoleLink()Removes therole-linkelementSecurityRoleRefType<T>SecurityRoleRefTypeImpl. removeRoleName()Removes therole-nameelementSecurityRoleRefType<T>SecurityRoleRefTypeImpl. roleLink(String roleLink)Sets therole-linkelementSecurityRoleRefType<T>SecurityRoleRefTypeImpl. roleName(String roleName)Sets therole-nameelement
-