|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.delegation.GrDProxyDlgeeOptions
public class GrDProxyDlgeeOptions
Options manager for Delegatee (service) side
Constructor Summary | |
---|---|
GrDProxyDlgeeOptions()
The constructor of the class. |
|
GrDProxyDlgeeOptions(java.util.Properties props)
Constructor of class |
|
GrDProxyDlgeeOptions(java.lang.String filename)
Constructor of class |
Method Summary | |
---|---|
java.lang.String |
getDlgeeDN()
Getting delegatee's DN |
int |
getDlgeeKeySize()
Get the key size to be used |
java.lang.String |
getDlgeePass()
Getting delegatee's password |
java.lang.String |
getDlgeeProxyFile()
Getting the name of proxy file |
java.lang.String |
getDlgeeStorage()
Getting path to the storage of Proxy certificates |
java.lang.String |
getDlgeeStorageDbPool()
Getting the pool name of the db storage |
java.lang.String |
getDlgeeStorageFactory()
Getting the type of Storage Type used by the DLGEE |
void |
init(java.util.Properties props)
Initializer |
void |
setDlgeeDN(java.lang.String dn)
setting delegatee's DN |
void |
setDlgeeKeySize(int keySize)
Setting generated delegation key size. |
void |
setDlgeePass(java.lang.String dgp)
setting delegatee's password |
void |
setDlgeeProxyFile(java.lang.String pf)
setting the name of proxy file |
void |
setDlgeeStorage(java.lang.String stg)
setting path to the storage of Proxy certificates |
void |
setDlgeeStorageDbPool(java.lang.String stgDbPool)
Setting the storage db pool name |
void |
setDlgeeStorageFactory(java.lang.String stgType)
Setting the storage type being used by the DLGEE |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrDProxyDlgeeOptions(java.lang.String filename) throws java.io.IOException
filename
- file containing delegatee options
java.io.IOException
public GrDProxyDlgeeOptions(java.util.Properties props)
props
- Properties object containing necessary valuespublic GrDProxyDlgeeOptions()
Method Detail |
---|
public void init(java.util.Properties props)
public java.lang.String getDlgeeDN()
public java.lang.String getDlgeePass()
public java.lang.String getDlgeeProxyFile()
public java.lang.String getDlgeeStorage()
public java.lang.String getDlgeeStorageFactory()
public java.lang.String getDlgeeStorageDbPool()
public int getDlgeeKeySize()
public void setDlgeeDN(java.lang.String dn)
dn
- DNpublic void setDlgeePass(java.lang.String dgp)
dgp
- delegatee passwordpublic void setDlgeeProxyFile(java.lang.String pf)
pf
- proxy filepublic void setDlgeeStorage(java.lang.String stg)
stg
- storagepublic void setDlgeeStorageFactory(java.lang.String stgType)
stgType
- storage typepublic void setDlgeeStorageDbPool(java.lang.String stgDbPool)
stgDbPool
- storage pool namepublic void setDlgeeKeySize(int keySize)
keySize
- the key size in bits
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |