Uses of Class
net.n2oapp.framework.access.metadata.schema.role.N2oRole
-
Packages that use N2oRole Package Description net.n2oapp.framework.access.metadata.schema.role net.n2oapp.framework.access.simple -
-
Uses of N2oRole in net.n2oapp.framework.access.metadata.schema.role
Methods in net.n2oapp.framework.access.metadata.schema.role that return N2oRole Modifier and Type Method Description N2oRoleRoleReader. read(org.jdom.Element element)Methods in net.n2oapp.framework.access.metadata.schema.role that return types with arguments of type N2oRole Modifier and Type Method Description java.lang.Class<N2oRole>RoleReader. getElementClass()Methods in net.n2oapp.framework.access.metadata.schema.role with parameters of type N2oRole Modifier and Type Method Description org.jdom.ElementRolePersister. persist(N2oRole entity, org.jdom.Namespace namespace) -
Uses of N2oRole in net.n2oapp.framework.access.simple
Methods in net.n2oapp.framework.access.simple that return types with arguments of type N2oRole Modifier and Type Method Description static <A extends AccessPoint>
java.util.List<N2oRole>PermissionAndRoleCollector. collectRoles(java.lang.Class<A> type, java.util.function.Predicate<A> predicate, SimpleCompiledAccessSchema schema)Собирает все элементы доступа типа roleMethod parameters in net.n2oapp.framework.access.simple with type arguments of type N2oRole Modifier and Type Method Description static java.util.List<N2oAccessFilter>PermissionAndRoleCollector. collectFilters(java.util.function.Predicate<N2oRole> rolePredicate, java.util.function.Predicate<N2oPermission> permissionPredicate, java.util.function.Predicate<N2oUserAccess> userPredicate, java.lang.String objectId, java.lang.String actionId, SimpleCompiledAccessSchema schema)Возвращает все фильтры доступа по объекту и действию
-