Annotation Interface EnableMicroserviceSecurity
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import({TokenCacheConfiguration.class,ErrorControllerConfiguration.class,MethodSecurityConfiguration.class,WebSecurityConfiguration.class})
public @interface EnableMicroserviceSecurity
Indicates that all the exposed endpoints other than /metadata requires
base64 authorization and authentication.