Package io.jmix.securityresourceserver.requestmatcher.urlprovider.impl
@NonNullApi
package io.jmix.securityresourceserver.requestmatcher.urlprovider.impl
-
ClassDescriptionAn implementation of the
AuthenticatedUrlPatternsProvider
and theAnonymousUrlPatternsProvider
that gets URL patterns from application properties: For authenticated URL patterns the class uses thejmix.resource-server.authenticated-url-patterns
property For anonymous URL patterns the class uses thejmix.resource-server.anonymous-url-patterns
propertyAn implementation ofAuthenticatedUrlPatternsProvider
andAnonymousUrlPatternsProvider
that collects URL patterns from multipleAuthorizedUrlsProvider
s.