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 TypeMethodDescriptionboolean
getAlias()
Returns the alias for thisVOMSServerInfo
.getURL()
Returns the URL for thisVOMSServerInfo
.Returns the certificate subject as listed in the VOMSES configuration for thisVOMSServerInfo
Returns the VO name for thisVOMSServerInfo
.int
hashCode()
void
void
void
setVOMSServerDN
(String vomsServerDN) void
toString()
-
Constructor Details
-
DefaultVOMSServerInfo
public DefaultVOMSServerInfo()
-
-
Method Details
-
getAlias
Description copied from interface:VOMSServerInfo
Returns the alias for thisVOMSServerInfo
.- Specified by:
getAlias
in interfaceVOMSServerInfo
- Returns:
- the alias
-
setAlias
-
getVoName
Description copied from interface:VOMSServerInfo
Returns the VO name for thisVOMSServerInfo
.- Specified by:
getVoName
in interfaceVOMSServerInfo
- Returns:
- the vo name
-
setVoName
-
getVOMSServerDN
Description copied from interface:VOMSServerInfo
Returns the certificate subject as listed in the VOMSES configuration for thisVOMSServerInfo
- Specified by:
getVOMSServerDN
in interfaceVOMSServerInfo
- Returns:
- a string containing the certificate subject, enconded following the DN openssl slash-separated syntax
-
setVOMSServerDN
-
getURL
Description copied from interface:VOMSServerInfo
Returns the URL for thisVOMSServerInfo
.- Specified by:
getURL
in interfaceVOMSServerInfo
- Returns:
- the contact
URI
-
setURL
-
hashCode
public int hashCode() -
equals
-
toString
-