Merge branch 'master' of ssh://127.0.0.1/home/trac/git

This commit is contained in:
Generic Wiki User
2016-08-12 12:10:02 +00:00
2 changed files with 8 additions and 0 deletions
@@ -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;
@@ -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;