Uses of Class
org.apache.maven.plugin.ear.SecurityRole
-
Packages that use SecurityRole Package Description org.apache.maven.plugin.ear -
-
Uses of SecurityRole in org.apache.maven.plugin.ear
Fields in org.apache.maven.plugin.ear with type parameters of type SecurityRole Modifier and Type Field Description private java.util.List<SecurityRole>
ApplicationXmlWriterContext. securityRoles
Methods in org.apache.maven.plugin.ear that return types with arguments of type SecurityRole Modifier and Type Method Description private java.util.List<SecurityRole>
GenerateApplicationXmlMojo. buildSecurityRoles()
Builds the security roles based on the configuration.java.util.List<SecurityRole>
ApplicationXmlWriterContext. getSecurityRoles()
Returns the list ofSecurityRole
instances.
-