@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ExternalUIAuthentication
UIs that delegate to another Vaadin UI to handle the authentication.
Spring Security will automatically be configured to redirect to the URL of the specified authentication UI if
the current user has not been authenticated.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends com.vaadin.ui.UI> |
authenticationUI
The UI that will handle the authentication.
|
public abstract Class<? extends com.vaadin.ui.UI> authenticationUI
Copyright © 2015. All rights reserved.