|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LSCInfo
The VOMS LSC information.
Method Summary | |
---|---|
List<String> |
getCertificateChainDescription()
Returns the certificate chain description of the VOMS AA for the given VO and hostname. |
String |
getFilename()
Returns the name of file from where this LSC info was parsed from. |
String |
getHostname()
Returns the host name of the VOMS AA this LSC info applies to. |
String |
getVOName()
Returns the VO name this LSC info applies to. |
boolean |
matches(X509Certificate[] certChain)
Checks if the certificate chain description maintained in the LSC information matches the certificate chain passed as argument. |
void |
setFilename(String filename)
Sets the name of the file from where this LSC info was parsed from. |
Method Detail |
---|
void setFilename(String filename)
filename
- the name of the file from where this LSC info was parsed from.String getFilename()
String getVOName()
String getHostname()
List<String> getCertificateChainDescription()
boolean matches(X509Certificate[] certChain)
certChain
-
true
if the description matches, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |