Uses of Class
net.anotheria.anosite.gen.anoaccessconfiguration.data.RoleDocument
-
Packages that use RoleDocument Package Description net.anotheria.anosite.gen.anoaccessconfiguration.data -
-
Uses of RoleDocument in net.anotheria.anosite.gen.anoaccessconfiguration.data
Methods in net.anotheria.anosite.gen.anoaccessconfiguration.data that return RoleDocument Modifier and Type Method Description RoleDocumentModuleAnoAccessConfiguration. createRole(RoleDocument role)RoleDocumentModuleAnoAccessConfiguration. getRole(java.lang.String id)RoleDocumentModuleAnoAccessConfiguration. importRole(RoleDocument role)Methods in net.anotheria.anosite.gen.anoaccessconfiguration.data that return types with arguments of type RoleDocument Modifier and Type Method Description java.util.List<RoleDocument>ModuleAnoAccessConfiguration. getRoles()Methods in net.anotheria.anosite.gen.anoaccessconfiguration.data with parameters of type RoleDocument Modifier and Type Method Description RoleDocumentModuleAnoAccessConfiguration. createRole(RoleDocument role)RoleDocumentModuleAnoAccessConfiguration. importRole(RoleDocument role)voidModuleAnoAccessConfiguration. updateRole(RoleDocument role)Constructors in net.anotheria.anosite.gen.anoaccessconfiguration.data with parameters of type RoleDocument Constructor Description RoleDocument(RoleDocument toClone)
-