Package io.jmix.graphql.security
Class GraphQLAuthorizedUrlsProvider
java.lang.Object
io.jmix.graphql.security.GraphQLAuthorizedUrlsProvider
- All Implemented Interfaces:
AuthorizedUrlsProvider
@Component("gql_GraphQLAuthorizedUrlsProvider")
public class GraphQLAuthorizedUrlsProvider
extends Object
implements AuthorizedUrlsProvider
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns URL patterns that are allowed to anonymous user.Returns URL patterns that are allowed to any authenticated user.
-
Field Details
-
GRAPHQL_ENDPOINT_PATTERN
- See Also:
-
-
Constructor Details
-
GraphQLAuthorizedUrlsProvider
public GraphQLAuthorizedUrlsProvider()
-
-
Method Details
-
getAuthenticatedUrlPatterns
Description copied from interface:AuthorizedUrlsProvider
Returns URL patterns that are allowed to any authenticated user.- Specified by:
getAuthenticatedUrlPatterns
in interfaceAuthorizedUrlsProvider
-
getAnonymousUrlPatterns
Description copied from interface:AuthorizedUrlsProvider
Returns URL patterns that are allowed to anonymous user.- Specified by:
getAnonymousUrlPatterns
in interfaceAuthorizedUrlsProvider
-