Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.SecurityRoleType
-
Packages that use SecurityRoleType 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 SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return SecurityRoleType Modifier and Type Method Description SecurityRoleType<T>SecurityRoleType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementSecurityRoleType<T>SecurityRoleType. id(String id)Sets theidattributeSecurityRoleType<T>SecurityRoleType. removeAllDescription()Removes thedescriptionelementSecurityRoleType<T>SecurityRoleType. removeId()Removes theidattributeSecurityRoleType<T>SecurityRoleType. removeRoleName()Removes therole-nameelementSecurityRoleType<T>SecurityRoleType. roleName(String roleName)Sets therole-nameelement -
Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement SecurityRoleType Modifier and Type Class Description classSecurityRoleTypeImpl<T>This class implements thesecurity-roleTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return SecurityRoleType Modifier and Type Method Description SecurityRoleType<T>SecurityRoleTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementSecurityRoleType<T>SecurityRoleTypeImpl. id(String id)Sets theidattributeSecurityRoleType<T>SecurityRoleTypeImpl. removeAllDescription()Removes thedescriptionelementSecurityRoleType<T>SecurityRoleTypeImpl. removeId()Removes theidattributeSecurityRoleType<T>SecurityRoleTypeImpl. removeRoleName()Removes therole-nameelementSecurityRoleType<T>SecurityRoleTypeImpl. roleName(String roleName)Sets therole-nameelement
-