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 TypeMethodDescriptionvoid
Check the validity of a param valuevoid
GridCA.createDaemon
(String daemon, String user, String email) Create private key and certificate for a sdm daemon.void
GridCAImpl.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.void
GridCA.createUser
(String username, String email) Create private key and certificate for a user.void
GridCA.createUser
(String username, String gecos, String email) Deprecated.the gecos field is no longer used, use @{link #createUser(String,String)} insteadvoid
GridCAImpl.createUser
(String username, String email) Create private key and certificate for a user.void
GridCAImpl.createUser
(String username, String gecos, String email) Deprecated.the gecos field is no longer used, use @{link #createUser(String,String)} insteadprotected void
protected void
GridCA.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.void
GridCA.init
(InitCAParameters params) Initialize the Grid CAvoid
GridCAImpl.init
(InitCAParameters params) Initialize the gridengine ca.static GridCA
GridCAFactory.newInstance
(GridCAConfiguration config) Create a newGridCA
static GridCAX500Name
Parse a x500 namevoid
GridCA.renewCaCertificate
(int days) Renew the certificate of the certificate authorityvoid
GridCAImpl.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.void
InitCAParameters.setAdminEmailAddress
(String adminEmailAddress) Set the email address of the ca adminstratorvoid
InitCAParameters.setCountry
(String country) Set the country of the ca (e.g.void
InitCAParameters.setLocation
(String location) Set the location of the ca (e.g.void
InitCAParameters.setOrganization
(String organization) Set the organization of the ca.void
InitCAParameters.setOrganizationUnit
(String organizationUnit) Set the organization unit of the ca.void
Set the state of the ca (e.g.void
GridCAConfiguration.validate()
Validate the configuration of theGridCA
.void
InitCAParameters.validate()
Validate theInitCAParameters
Constructors in com.sun.grid.ca that throw GridCAExceptionModifierConstructorDescriptionGridCAImpl
(GridCAConfiguration config) Create a new instance ofGridCAImp