Uses of Class
net.n2oapp.framework.access.api.model.Permission
-
Packages that use Permission Package Description net.n2oapp.framework.access.api.model -
-
Uses of Permission in net.n2oapp.framework.access.api.model
Subclasses of Permission in net.n2oapp.framework.access.api.model Modifier and Type Class Description classComplexPermissionUser: operehod Date: 17.02.2015 Time: 11:49classObjectPermissionUser: operhod Date: 28.10.13 Time: 15:58Methods in net.n2oapp.framework.access.api.model with type parameters of type Permission Modifier and Type Method Description <T extends Permission>
java.util.Optional<T>ComplexPermission. getPermissionByType(java.lang.Class<T> type)Methods in net.n2oapp.framework.access.api.model that return Permission Modifier and Type Method Description static PermissionPermission. allowed()static PermissionPermission. allowed(java.lang.String techMessage)static PermissionPermission. denied(java.lang.String techMessage)static PermissionPermission. denied(java.lang.String detailedMessage, java.lang.String techMessage)Methods in net.n2oapp.framework.access.api.model that return types with arguments of type Permission Modifier and Type Method Description java.util.List<Permission>ComplexPermission. getPermissions()Constructor parameters in net.n2oapp.framework.access.api.model with type arguments of type Permission Constructor Description ComplexPermission(java.util.List<Permission> permissions)
-