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 voidcheckAccessCertificate(DatabaseConnection conn, RequestSource source, String action, int certificate) static intgetLinuxServerForCertificate(DatabaseConnection conn, int certificate) static Account.NamegetPackageForCertificate(DatabaseConnection conn, int certificate)
-
Method Details
-
checkAccessCertificate
public static void checkAccessCertificate(DatabaseConnection conn, RequestSource source, String action, int certificate) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
getPackageForCertificate
public static Account.Name getPackageForCertificate(DatabaseConnection conn, int certificate) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
getLinuxServerForCertificate
public static int getLinuxServerForCertificate(DatabaseConnection conn, int certificate) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
check
public static List<Certificate.Check> check(DatabaseConnection conn, RequestSource source, int certificate, boolean allowCached) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
