mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 05:05:31 +00:00
Merge branch 'master' of ssh://127.0.0.1/home/trac/git
This commit is contained in:
+4
@@ -6,6 +6,10 @@ import com.sap.sse.security.ui.authentication.generic.sapheader.FixedFlyoutAuthe
|
||||
import com.sap.sse.security.ui.authentication.view.AuthenticationMenuView;
|
||||
import com.sap.sse.security.ui.client.UserService;
|
||||
|
||||
/**
|
||||
* Sailing-specific extension of {@link GenericAuthentication} using a {@link FixedFlyoutAuthenticationView}, which is
|
||||
* suitable in cases where the header is fixed on top of the page.
|
||||
*/
|
||||
public class FixedSailingAuthentication extends GenericAuthentication {
|
||||
private static final CommonSharedResources res = CommonSharedResources.INSTANCE;
|
||||
|
||||
|
||||
+4
@@ -6,6 +6,10 @@ import com.sap.sse.security.ui.authentication.generic.sapheader.GenericFlyoutAut
|
||||
import com.sap.sse.security.ui.authentication.view.AuthenticationMenuView;
|
||||
import com.sap.sse.security.ui.client.UserService;
|
||||
|
||||
/**
|
||||
* Sailing-specific extension of {@link GenericAuthentication} using a {@link GenericFlyoutAuthenticationView}, which is
|
||||
* suitable in cases where the header scrolls with the page.
|
||||
*/
|
||||
public class GenericSailingAuthentication extends GenericAuthentication {
|
||||
private static final CommonSharedResources res = CommonSharedResources.INSTANCE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user