Package org.gluu.oxtrust.action
Class CertificateManagementAction
java.lang.Object
org.gluu.oxtrust.action.CertificateManagementAction
- All Implemented Interfaces:
Serializable
@Named
@SessionScoped
@Secure("#{permissionService.hasPermission(\'configuration\', \'access\')}")
public class CertificateManagementAction
extends Object
implements Serializable
Action class for security certificate management.
- Author:
- Dmitry Ognyannikov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancel()voidvoidinit()voidrefresh()voidsetInternalCertificates(List<X509CertificateShortInfo> internalCertificates) voidsetTrustStoreCertificates(List<X509CertificateShortInfo> trustStoreCertificates)
-
Constructor Details
-
CertificateManagementAction
public CertificateManagementAction()
-
-
Method Details
-
init
-
refresh
public void refresh() -
cancel
-
getTrustStoreCertificates
- Returns:
- the trustStoreCertificates
-
setTrustStoreCertificates
- Parameters:
trustStoreCertificates- the trustStoreCertificates to set
-
getInternalCertificates
- Returns:
- the internalCertificates
-
setInternalCertificates
- Parameters:
internalCertificates- the internalCertificates to set
-
download
-