Package io.jmix.authserver
Class AuthServerProperties.FilterChain
java.lang.Object
io.jmix.authserver.AuthServerProperties.FilterChain
- Enclosing class:
- AuthServerProperties
-
Constructor Summary
ConstructorsConstructorDescriptionFilterChain(boolean forceApiScopeEnabled, List<String> apiScopeSecurityFilterChainNames) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
FilterChain
-
-
Method Details
-
isForceApiScopeEnabled
public boolean isForceApiScopeEnabled()- See Also:
-
forceApiScopeEnabled
-
getApiScopeSecurityFilterChainNames
- See Also:
-
apiScopeSecurityFilterChainNames
-