Class AppPropertiesUrlPatternsProvider

java.lang.Object
io.jmix.securityresourceserver.requestmatcher.urlprovider.impl.AppPropertiesUrlPatternsProvider
All Implemented Interfaces:
AnonymousUrlPatternsProvider, AuthenticatedUrlPatternsProvider

public class AppPropertiesUrlPatternsProvider extends Object implements AuthenticatedUrlPatternsProvider, AnonymousUrlPatternsProvider
An implementation of the AuthenticatedUrlPatternsProvider and the AnonymousUrlPatternsProvider that gets URL patterns from application properties:
  • For authenticated URL patterns the class uses the jmix.resource-server.authenticated-url-patterns property
  • For anonymous URL patterns the class uses the jmix.resource-server.anonymous-url-patterns property
See Also: