Package org.gluu.oxtrust.action
Class ProductInstallationCheckerAction
java.lang.Object
org.gluu.oxtrust.action.ProductInstallationCheckerAction
- All Implemented Interfaces:
Serializable
@ApplicationScoped
@Named
@Secure("#{identity.loggedIn}")
public class ProductInstallationCheckerAction
extends Object
implements Serializable
Action class for updating and adding the SAML IDP to Asimba.
- Author:
- Dmitry Ognyannikov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidinit()booleanbooleanbooleanbooleanvoidsetShowIDP_CAS(boolean showIDP_CAS) voidsetShowSAMLMenu(boolean showSAMLMenu) voidsetShowSAMLSubmenu(boolean showSAMLSubmenu)
-
Constructor Details
-
ProductInstallationCheckerAction
public ProductInstallationCheckerAction()
-
-
Method Details
-
init
@PostConstruct public void init() -
canShowPassPassport
public boolean canShowPassPassport() -
isShowSAMLMenu
public boolean isShowSAMLMenu() -
setShowSAMLMenu
public void setShowSAMLMenu(boolean showSAMLMenu) -
isShowIDP_CAS
public boolean isShowIDP_CAS() -
setShowIDP_CAS
public void setShowIDP_CAS(boolean showIDP_CAS) -
isShowGluuRadiusMenu
public boolean isShowGluuRadiusMenu()
-