Package org.apereo.cas.util.spring.boot
Annotation Type ConditionalOnMatchingHostname
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @Conditional(MatchingHostnameCondition.class) public @interface ConditionalOnMatchingHostnameThis isConditionalOnMatchingHostnameallows beans to be created on one host in a cluster.- Since:
- 6.4.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameName of the property containing the hostname to match as its value (may be a Java regular expression).
-