|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kth.pdc.grid.services.configuration.STSConfiguration
public class STSConfiguration
Options manager for (client) side
| Constructor Summary | |
|---|---|
STSConfiguration()
Constructor of class |
|
| Method Summary | |
|---|---|
String |
getCaDN()
|
String |
getCertFile()
Getting certificate file |
String |
getDNHierarchy()
|
String |
getKeyFile()
Getting key file |
String |
getLocalRealm()
|
String |
getPass()
Getting password of private key |
String |
getSAMLIssuer()
|
String |
getStorage()
Getting delegation storage directory |
void |
Initialize()
Initializer |
void |
setCertFile(String cf)
Setting certificate file |
void |
setKeyFile(String kf)
Setting key file |
void |
setLocalRealm(String localRealm)
|
void |
setPass(String pass)
Setting password of private key |
void |
setSAMLIssuer(String samlIssuer)
|
void |
setStorage(String strg)
Setting delegation storage directory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public STSConfiguration()
filename - file containing options| Method Detail |
|---|
public void Initialize()
public String getCertFile()
public String getDNHierarchy()
public String getKeyFile()
public String getPass()
public String getStorage()
public String getSAMLIssuer()
public String getLocalRealm()
public void setCertFile(String cf)
cf - Certificate Filepublic void setKeyFile(String kf)
kf - KeyFilepublic void setPass(String pass)
pass - Private Key decryption passwordpublic void setStorage(String strg)
strg - location of stored credentialspublic void setSAMLIssuer(String samlIssuer)
public void setLocalRealm(String localRealm)
public String getCaDN()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||