Package io.jmix.rest.security.impl
Class CustomRestAuthorizedUrlsProvider
java.lang.Object
io.jmix.rest.security.impl.CustomRestAuthorizedUrlsProvider
- All Implemented Interfaces:
- AuthorizedUrlsProvider
@Component("rest_CustomRestAuthorizedUrlsProvider")
public class CustomRestAuthorizedUrlsProvider
extends Object
implements AuthorizedUrlsProvider
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final com.google.common.base.Splitter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns URL patterns that are allowed to anonymous user.Returns URL patterns that are allowed to any authenticated user.
- 
Field Details- 
urlPatternSplitterprotected static final com.google.common.base.Splitter urlPatternSplitter
 
- 
- 
Constructor Details- 
CustomRestAuthorizedUrlsProviderpublic CustomRestAuthorizedUrlsProvider()
 
- 
- 
Method Details- 
getAuthenticatedUrlPatternsDescription copied from interface:AuthorizedUrlsProviderReturns URL patterns that are allowed to any authenticated user.- Specified by:
- getAuthenticatedUrlPatternsin interface- AuthorizedUrlsProvider
 
- 
getAnonymousUrlPatternsDescription copied from interface:AuthorizedUrlsProviderReturns URL patterns that are allowed to anonymous user.- Specified by:
- getAnonymousUrlPatternsin interface- AuthorizedUrlsProvider
 
 
-