Annotation Interface Url
An interface used for definition page url in GUI.
- Author:
- lazyman
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionUrl that will be matched incom.evolveum.midpoint.authentication.impl.authorization.MidPointGuiAuthorizationEvaluator
usingAntPathRequestMatcher
.
-
Element Details
-
mountUrl
String mountUrlUrl belonging to the given Page.
-
-
-
matchUrlForSecurity
String matchUrlForSecurityUrl that will be matched incom.evolveum.midpoint.authentication.impl.authorization.MidPointGuiAuthorizationEvaluator
usingAntPathRequestMatcher
. If empty thenmountUrl()
+ "/**" will be used for URL ant pattern matching in security configuration.- Default:
- ""
-