Class ContextConfigure.DefaultContextConfigure
- java.lang.Object
-
- digital.nedra.commons.starter.security.engine.core.ContextConfigure.DefaultContextConfigure
-
- All Implemented Interfaces:
ContextConfigure
- Enclosing interface:
- ContextConfigure
public static class ContextConfigure.DefaultContextConfigure extends Object implements ContextConfigure
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface digital.nedra.commons.starter.security.engine.core.ContextConfigure
ContextConfigure.DefaultContextConfigure
-
-
Constructor Summary
Constructors Constructor Description DefaultContextConfigure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextConfigure.DefaultContextConfigureallOf(String... name)Выполнение сравнения полей по критерию "ВСЕ ИЗ".RoleBuilderand()ContextConfigure.DefaultContextConfigureanyOf(String... name)Выполнение сравнения полей по критерию "ЛЮБОЕ ИЗ".RoleHandlerbuild()ContextConfigure.DefaultContextConfigureforbidden()Установка запрета права для роли.
-
-
-
Method Detail
-
allOf
public ContextConfigure.DefaultContextConfigure allOf(String... name)
Description copied from interface:ContextConfigureВыполнение сравнения полей по критерию "ВСЕ ИЗ".- Specified by:
allOfin interfaceContextConfigure- Parameters:
name- Имена полей- Returns:
- Контекст
-
anyOf
public ContextConfigure.DefaultContextConfigure anyOf(String... name)
Description copied from interface:ContextConfigureВыполнение сравнения полей по критерию "ЛЮБОЕ ИЗ".- Specified by:
anyOfin interfaceContextConfigure- Parameters:
name- Имена полей- Returns:
- Контекст
-
forbidden
public ContextConfigure.DefaultContextConfigure forbidden()
Description copied from interface:ContextConfigureУстановка запрета права для роли.- Specified by:
forbiddenin interfaceContextConfigure- Returns:
- Контекст
-
and
public RoleBuilder and()
- Specified by:
andin interfaceContextConfigure
-
build
public RoleHandler build()
- Specified by:
buildin interfaceContextConfigure
-
-