public interface VOMSTrustStore
Modifier and Type | Method and Description |
---|---|
java.security.cert.X509Certificate[] |
getAACandidate(javax.security.auth.x500.X500Principal issuer,
java.lang.String voName)
Returns candidates to the role of signer of an AC with he given
issuer and of the give VO.
|
LSCFile |
getLSC(java.lang.String voName,
java.lang.String hostName)
Returns the LSCFile corresponding to the VO and Host specified.
|
void |
stopRefresh()
Stops refreshing the store.
|
LSCFile getLSC(java.lang.String voName, java.lang.String hostName)
voName
- the name of the VO.hostName
- the name of the issuing host.java.security.cert.X509Certificate[] getAACandidate(javax.security.auth.x500.X500Principal issuer, java.lang.String voName)
issuer
- the DN of the signer.voName
- the VO to which he signer belongs.void stopRefresh()
Copyright © 2012. All Rights Reserved.