Class RoleBuilder
java.lang.Object
net.anotheria.anosite.gen.anoaccessconfiguration.data.RoleBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Role>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()contextInitializers(List<String> aValue) Sets the value of the contextInitializers attribute.description(String aValue) Sets the value of the description attribute.Sets the value of the name attribute.permissions(List<String> aValue) Sets the value of the permissions attribute.
-
Field Details
-
name
-
permissions
-
contextInitializers
-
description
-
-
Constructor Details
-
RoleBuilder
public RoleBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
permissions
Sets the value of the permissions attribute. -
contextInitializers
Sets the value of the contextInitializers attribute. -
description
Sets the value of the description attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Role>
-