Package com.aoindustries.aoserv.master
Class PkiCertificateHandler
java.lang.Object
com.aoindustries.aoserv.master.PkiCertificateHandler
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<Certificate.Check>
check
(DatabaseConnection conn, RequestSource source, int certificate, boolean allowCached) static void
checkAccessCertificate
(DatabaseConnection conn, RequestSource source, String action, int certificate) static int
getLinuxServerForCertificate
(DatabaseConnection conn, int certificate) static Account.Name
getPackageForCertificate
(DatabaseConnection conn, int certificate)
-
Method Details
-
checkAccessCertificate
public static void checkAccessCertificate(DatabaseConnection conn, RequestSource source, String action, int certificate) throws IOException, SQLException - Throws:
IOException
SQLException
-
getPackageForCertificate
public static Account.Name getPackageForCertificate(DatabaseConnection conn, int certificate) throws IOException, SQLException - Throws:
IOException
SQLException
-
getLinuxServerForCertificate
public static int getLinuxServerForCertificate(DatabaseConnection conn, int certificate) throws IOException, SQLException - Throws:
IOException
SQLException
-
check
public static List<Certificate.Check> check(DatabaseConnection conn, RequestSource source, int certificate, boolean allowCached) throws IOException, SQLException - Throws:
IOException
SQLException
-