org.italiangrid.voms.store
public interface LSCInfo
Modifier and Type | Method and Description |
---|---|
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.
|
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
otherwiseCopyright © 2014. All rights reserved.