Uses of Class
net.n2oapp.framework.access.api.model.AccessDeniedScope
-
Packages that use AccessDeniedScope Package Description net.n2oapp.framework.access.api.model -
-
Uses of AccessDeniedScope in net.n2oapp.framework.access.api.model
Methods in net.n2oapp.framework.access.api.model that return AccessDeniedScope Modifier and Type Method Description AccessDeniedScopeObjectPermission. getAccessDeniedScope()static AccessDeniedScopeAccessDeniedScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccessDeniedScope[]AccessDeniedScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.access.api.model with parameters of type AccessDeniedScope Modifier and Type Method Description voidObjectPermission. setAccessDeniedScope(AccessDeniedScope accessDeniedScope)
-