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 StringmatchUrlForSecurityUrl that will be matched incom.evolveum.midpoint.authentication.impl.authorization.MidPointGuiAuthorizationEvaluatorusingAntPathRequestMatcher.
-
-
-
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.MidPointGuiAuthorizationEvaluatorusingAntPathRequestMatcher. If empty thenmountUrl()+ "/**" will be used for URL ant pattern matching in security configuration.- Default:
- ""
-
-