Annotation Type Url
-
@Retention(RUNTIME) public @interface Url
An interface used for definition page url in GUI.- Author:
- lazyman
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
matchUrlForSecurity
Url that will be matched incom.evolveum.midpoint.authentication.impl.authorization.MidPointGuiAuthorizationEvaluator
usingAntPathRequestMatcher
.
-
-
-
Element Detail
-
mountUrl
String mountUrl
Url belonging to the given Page.
-
-
-
matchUrlForSecurity
String matchUrlForSecurity
Url 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:
- ""
-
-