Class DefaultVOMSServerInfo
java.lang.Object
org.italiangrid.voms.request.impl.DefaultVOMSServerInfo
- All Implemented Interfaces:
VOMSServerInfo
The default implementation of the
VOMSServerInfo endpoint
information.- Author:
- andreaceccanti
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()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.inthashCode()voidvoidvoidsetVOMSServerDN(String vomsServerDN) voidtoString()
-
Constructor Details
-
DefaultVOMSServerInfo
public DefaultVOMSServerInfo()
-
-
Method Details
-
getAlias
Description copied from interface:VOMSServerInfoReturns the alias for thisVOMSServerInfo.- Specified by:
getAliasin interfaceVOMSServerInfo- Returns:
- the alias
-
setAlias
-
getVoName
Description copied from interface:VOMSServerInfoReturns the VO name for thisVOMSServerInfo.- Specified by:
getVoNamein interfaceVOMSServerInfo- Returns:
- the vo name
-
setVoName
-
getVOMSServerDN
Description copied from interface:VOMSServerInfoReturns the certificate subject as listed in the VOMSES configuration for thisVOMSServerInfo- Specified by:
getVOMSServerDNin interfaceVOMSServerInfo- Returns:
- a string containing the certificate subject, enconded following the DN openssl slash-separated syntax
-
setVOMSServerDN
-
getURL
Description copied from interface:VOMSServerInfoReturns the URL for thisVOMSServerInfo.- Specified by:
getURLin interfaceVOMSServerInfo- Returns:
- the contact
URI
-
setURL
-
hashCode
public int hashCode() -
equals
-
toString
-