Uses of Enum Class
net.n2oapp.framework.access.api.model.AccessDeniedScope
Packages that use AccessDeniedScope
-
Uses of AccessDeniedScope in net.n2oapp.framework.access.api.model
Methods in net.n2oapp.framework.access.api.model that return AccessDeniedScopeModifier and TypeMethodDescriptionObjectPermission.getAccessDeniedScope()static AccessDeniedScopeReturns the enum constant of this class with the specified name.static AccessDeniedScope[]AccessDeniedScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.n2oapp.framework.access.api.model with parameters of type AccessDeniedScopeModifier and TypeMethodDescriptionvoidObjectPermission.setAccessDeniedScope(AccessDeniedScope accessDeniedScope)