Uses of Enum Class
net.n2oapp.framework.access.api.model.AccessDeniedScopeEnum
Packages that use AccessDeniedScopeEnum
-
Uses of AccessDeniedScopeEnum in net.n2oapp.framework.access.api.model
Methods in net.n2oapp.framework.access.api.model that return AccessDeniedScopeEnumModifier and TypeMethodDescriptionObjectPermission.getAccessDeniedScope()static AccessDeniedScopeEnumReturns the enum constant of this class with the specified name.static AccessDeniedScopeEnum[]AccessDeniedScopeEnum.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 AccessDeniedScopeEnumModifier and TypeMethodDescriptionvoidObjectPermission.setAccessDeniedScope(AccessDeniedScopeEnum accessDeniedScope)