Class UIConfigView
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.UIConfigView
-
- All Implemented Interfaces:
Serializable
public class UIConfigView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UIConfigView(CryptoConfigView cryptoConfigView, boolean autoSSOLogin, String[] ssoProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoConfigViewgetCryptoConfigView()String[]getSsoProvider()booleanisAutoSSOLogin()
-
-
-
Constructor Detail
-
UIConfigView
public UIConfigView(CryptoConfigView cryptoConfigView, boolean autoSSOLogin, String[] ssoProvider)
-
-
Method Detail
-
getCryptoConfigView
public CryptoConfigView getCryptoConfigView()
-
isAutoSSOLogin
public boolean isAutoSSOLogin()
-
getSsoProvider
public String[] getSsoProvider()
-
-