Uses of Class
net.anotheria.anosite.gen.anoaccessconfiguration.data.RoleBuilder
-
Packages that use RoleBuilder Package Description net.anotheria.anosite.gen.anoaccessconfiguration.data -
-
Uses of RoleBuilder in net.anotheria.anosite.gen.anoaccessconfiguration.data
Methods in net.anotheria.anosite.gen.anoaccessconfiguration.data that return RoleBuilder Modifier and Type Method Description RoleBuilderRoleBuilder. contextInitializers(java.util.List<java.lang.String> aValue)Sets the value of the contextInitializers attribute.RoleBuilderRoleBuilder. description(java.lang.String aValue)Sets the value of the description attribute.RoleBuilderRoleBuilder. name(java.lang.String aValue)Sets the value of the name attribute.RoleBuilderRoleBuilder. permissions(java.util.List<java.lang.String> aValue)Sets the value of the permissions attribute.
-