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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.principalName(String... values)
          Creates for all String objects representing principal-name elements, a new principal-name element
 SecurityRoleType<T> SecurityRoleType.removeAllDescription()
          Removes the description element
 SecurityRoleType<T> SecurityRoleType.removeAllPrincipalName()
          Removes the principal-name 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
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return SecurityRoleType
 SecurityRoleType<JbossWebType<T>> JbossWebType.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<JbossWebDescriptor> JbossWebDescriptor.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<JbossWebType<T>> JbossWebType.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 SecurityRoleType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type SecurityRoleType
 List<SecurityRoleType<JbossWebType<T>>> JbossWebType.getAllSecurityRole()
          Returns all security-role elements
 List<SecurityRoleType<JbossWebDescriptor>> JbossWebDescriptor.getAllSecurityRole()
          Returns all security-role elements
 



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