Uses of Class
com.sun.grid.ca.GridCAException
Packages that use GridCAException
Package
Description
This provides a java binding to the gridengine CA infrastructure
-
Uses of GridCAException in com.sun.grid.ca
Methods in com.sun.grid.ca that throw GridCAExceptionModifier and TypeMethodDescriptionvoidCheck the validity of a param valuevoidGridCA.createDaemon(String daemon, String user, String email) Create private key and certificate for a sdm daemon.voidGridCAImpl.createDaemon(String daemon, String user, String email) Create private key and certificate for a sdm daemon.GridCA.createDaemonKeyStore(String daemon) Get the keystore for a daemon.GridCAImpl.createDaemonKeyStore(String daemon) Get the keystore for a daemon.GridCA.createKeyStore(String username, char[] keystorePassword, char[] privateKeyPassword) Create a keystore which contains the private key and certificate of an user.GridCAImpl.createKeyStore(String username, char[] keystorePassword, char[] privateKeyPassword) Create a keystore which contains the private key and certificate of an user.GridCA.createSGEDaemonKeyStore(String daemon, char[] keystorePassword, char[] privateKeyPassword) Get the keystore for an SGE daemon.GridCAImpl.createSGEDaemonKeyStore(String daemon, char[] keystorePassword, char[] privateKeyPassword) Get the keystore for a SGE daemon.voidGridCA.createUser(String username, String email) Create private key and certificate for a user.voidGridCA.createUser(String username, String gecos, String email) Deprecated.the gecos field is no longer used, use @{link #createUser(String,String)} insteadvoidGridCAImpl.createUser(String username, String email) Create private key and certificate for a user.voidGridCAImpl.createUser(String username, String gecos, String email) Deprecated.the gecos field is no longer used, use @{link #createUser(String,String)} insteadprotected voidprotected voidGridCA.getCertificate(String username) Get the X.509 certificate of a user.GridCAImpl.getCertificate(String username) Get the X.509 certificate of a user.GridCA.getDaemonCertificate(String daemon) Get the X.509 certificate of a daemon.GridCAImpl.getDaemonCertificate(String daemon) Get the X.509 certificate of a daemon.voidGridCA.init(InitCAParameters params) Initialize the Grid CAvoidGridCAImpl.init(InitCAParameters params) Initialize the gridengine ca.static GridCAGridCAFactory.newInstance(GridCAConfiguration config) Create a newGridCAstatic GridCAX500NameParse a x500 namevoidGridCA.renewCaCertificate(int days) Renew the certificate of the certificate authorityvoidGridCAImpl.renewCaCertificate(int days) GridCA.renewCertificate(String username, int days) Renew the certificate of a user.GridCAImpl.renewCertificate(String username, int days) Renew the certificate of a user.GridCA.renewDaemonCertificate(String daemon, int days) Renew the certificate of a daemon.GridCAImpl.renewDaemonCertificate(String daemon, int days) Renew the certificate of a daemon.voidInitCAParameters.setAdminEmailAddress(String adminEmailAddress) Set the email address of the ca adminstratorvoidInitCAParameters.setCountry(String country) Set the country of the ca (e.g.voidInitCAParameters.setLocation(String location) Set the location of the ca (e.g.voidInitCAParameters.setOrganization(String organization) Set the organization of the ca.voidInitCAParameters.setOrganizationUnit(String organizationUnit) Set the organization unit of the ca.voidSet the state of the ca (e.g.voidGridCAConfiguration.validate()Validate the configuration of theGridCA.voidInitCAParameters.validate()Validate theInitCAParametersConstructors in com.sun.grid.ca that throw GridCAExceptionModifierConstructorDescriptionGridCAImpl(GridCAConfiguration config) Create a new instance ofGridCAImp