Interface VOMSServerInfo
- All Known Implementing Classes:
DefaultVOMSServerInfo
public interface VOMSServerInfo
This interface represents a VOMS server contact information, typically
provided in vomses files.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Returns the alias for thisVOMSServerInfo.getURL()Returns the URL for thisVOMSServerInfo.Returns the certificate subject as listed in the VOMSES configuration for thisVOMSServerInfoReturns the VO name for thisVOMSServerInfo.
-
Method Details
-
getAlias
-
getVoName
-
getURL
-
getVOMSServerDN
String getVOMSServerDN()Returns the certificate subject as listed in the VOMSES configuration for thisVOMSServerInfo- Returns:
- a string containing the certificate subject, enconded following the DN openssl slash-separated syntax
-