A B C E F G H I L M N O P Q R S T U V 

G

GECAKeyManager - Class in com.sun.grid.security.login
The GECAKeyManager handles the specific KeyManager properties of a Grid Engine CSP system
GECAKeyManager() - Constructor for class com.sun.grid.security.login.GECAKeyManager
 
GECAKeyManager(File, char[]) - Constructor for class com.sun.grid.security.login.GECAKeyManager
Creates a new instance of GECAKeyManager.
GECATrustManager - Class in com.sun.grid.security.login
The GECATrustManager validates the certificates against the CA certificate of a Grid Engine CSP system
GECATrustManager() - Constructor for class com.sun.grid.security.login.GECATrustManager
 
GECATrustManager(File) - Constructor for class com.sun.grid.security.login.GECATrustManager
Creates a new instance of GECATrustManager.
GECATrustManagerLoginModule - Class in com.sun.grid.security.login
 
GECATrustManagerLoginModule() - Constructor for class com.sun.grid.security.login.GECATrustManagerLoginModule
 
getAcceptedIssuers() - Method in class com.sun.grid.security.login.GECATrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getAdminEmailAddress() - Method in class com.sun.grid.ca.InitCAParameters
Get the email address of the ca adminstrator
getAdminUser() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the admin user of the ca.
getArch(File) - Static method in class com.sun.grid.util.SGEUtil
 
getCaHost() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the host with the filesystem where the private parts of the ca are exists.
getCaLocalTop() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the calocaltop directory (local directory which holds the private parts of the ca).
getCaTop() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the catop directory (shared directory which holds public parts of the ca).
getCertFileForDaemon(String) - Method in class com.sun.grid.ca.GridCAImpl
 
getCertFileForUser(String) - Method in class com.sun.grid.ca.GridCAImpl
 
getCertificate(String) - Method in interface com.sun.grid.ca.GridCA
Get the X.509 certificate of a user.
getCertificate(String) - Method in class com.sun.grid.ca.GridCAImpl
Get the X.509 certificate of a user.
getCertificateChain(String) - Method in class com.sun.grid.security.login.GECAKeyManager
 
getClientAliases(String, Principal[]) - Method in class com.sun.grid.security.login.GECAKeyManager
 
getConfigDir() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the configuration directory of the ca.
getCountry() - Method in class com.sun.grid.ca.InitCAParameters
Get the country of the ca.
getDaemonCertificate(String) - Method in interface com.sun.grid.ca.GridCA
Get the X.509 certificate of a daemon.
getDaemonCertificate(String) - Method in class com.sun.grid.ca.GridCAImpl
Get the X.509 certificate of a daemon.
getDaemonName() - Method in class com.sun.grid.ca.GridCAX500Name
Get the name of the daemon
getDaysValid() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the days the certificates are valid
getDefaultValue() - Method in class com.sun.grid.ca.InitCAParameters.ParamDef
Get the default value of this param
getDescription() - Method in class com.sun.grid.ca.InitCAParameters.ParamDef
Get the description of this parameter
getInstance() - Static method in class com.sun.grid.util.SGEUtil
Get the instance of the SGEUtil.
getLocalDaemonDir(String) - Method in class com.sun.grid.ca.GridCAImpl
 
getLocalizedName() - Method in class com.sun.grid.ca.InitCAParameters.ParamDef
Get the localized name of this parameter
getLocalUserDir(String) - Method in class com.sun.grid.ca.GridCAImpl
 
getLocation() - Method in class com.sun.grid.ca.InitCAParameters
Get the location of the ca.
getMaxLen() - Method in class com.sun.grid.ca.InitCAParameters.ParamDef
Get the maximum number of characters for this parameter
getMinLen() - Method in class com.sun.grid.ca.InitCAParameters.ParamDef
Get the minimum number of character for this parameter
getName() - Method in class com.sun.grid.ca.InitCAParameters.ParamDef
Get name of this parameter
getName() - Method in class com.sun.grid.security.login.GroupPrincipal
Return the user's group name for this GroupPrincipal.
getName() - Method in class com.sun.grid.security.login.NumericGroupPrincipal
Return the user's group identification number (GID) for this NumericGroupPrincipal.
getName() - Method in class com.sun.grid.security.login.NumericUserPrincipal
Return the user identification number (UID) for this NumericUserPrincipal.
getName() - Method in class com.sun.grid.security.login.UserPrincipal
Return the username for this UserPrincipal.
getOrganization() - Method in class com.sun.grid.ca.InitCAParameters
Get the organization of the ca.
getOrganizationUnit() - Method in class com.sun.grid.ca.InitCAParameters
Get the organization unit of the ca.
getPassword(String) - Method in class com.sun.grid.util.SGEUtil
Read a password from the console.
getPID() - Method in class com.sun.grid.util.SGEUtil
get pid of the java virtual machine
getPrivateKey(String) - Method in class com.sun.grid.security.login.GECAKeyManager
 
getServerAliases(String, Principal[]) - Method in class com.sun.grid.security.login.GECAKeyManager
 
getSgeCaScript() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the sge_ca script.
getState() - Method in class com.sun.grid.ca.InitCAParameters
Get the state of the ca.
getTmpDir() - Method in class com.sun.grid.ca.GridCAConfiguration
Get the tmp directory of the ca.
getUsername() - Method in class com.sun.grid.ca.GridCAX500Name
Get the username from the x500 name
GridCA - Interface in com.sun.grid.ca
This interface defines all methods which can be exeucted on the Grid Certificate Authority.
GridCAConfiguration - Class in com.sun.grid.ca
Configuration of a GridCA.
GridCAConfiguration() - Constructor for class com.sun.grid.ca.GridCAConfiguration
Creates a new instance of GridCAConfiguration
GridCAConstants - Interface in com.sun.grid.ca
Constants for the com.sun.grid.ca package
GridCAException - Exception in com.sun.grid.ca
This exception wraps all errors of the GridCA
GridCAException(String) - Constructor for exception com.sun.grid.ca.GridCAException
Creates a new instance of CAException
GridCAException(String, Throwable) - Constructor for exception com.sun.grid.ca.GridCAException
Creates a new instance of GridCAException.
GridCAException(String, String) - Constructor for exception com.sun.grid.ca.GridCAException
Creates a new instance of GridCAException with a localized message
GridCAException(String, String, Object[]) - Constructor for exception com.sun.grid.ca.GridCAException
Creates a new instance of GridCAException with a localized message
GridCAException(String, Throwable, String, Object[]) - Constructor for exception com.sun.grid.ca.GridCAException
Creates a new instance of GridCAException with a localized message
GridCAFactory - Class in com.sun.grid.ca
Factory class for instances of GridCA.
GridCAFactory() - Constructor for class com.sun.grid.ca.GridCAFactory
 
GridCAImpl - Class in com.sun.grid.ca
Default implementation of the GridCA Uses the sge_ca script which is delivered with gridengine to perform actions on the gridengine ca.
GridCAImpl(GridCAConfiguration) - Constructor for class com.sun.grid.ca.GridCAImpl
Create a new instance of GridCAImp
GridCAX500Name - Class in com.sun.grid.ca
Helper class for parsing X500 names.
GroupPrincipal - Class in com.sun.grid.security.login
Generic Principal represent a group of users
GroupPrincipal(String, boolean) - Constructor for class com.sun.grid.security.login.GroupPrincipal
Create a GroupPrincipal using a String representation of the user's group name.
GroupPrincipal(long, boolean) - Constructor for class com.sun.grid.security.login.GroupPrincipal
Create a GroupPrincipal using a user's group name.
A B C E F G H I L M N O P Q R S T U V