Package org.italiangrid.voms.ac.impl
Class VOMSGenericAttributeImpl
java.lang.Object
org.italiangrid.voms.ac.impl.VOMSGenericAttributeImpl
- All Implemented Interfaces:
VOMSGenericAttribute
The default implementation for VOMS Generic Attributes.
- Author:
- Andrea Ceccanti
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
This method returns the context for this generic attributegetName()
This method returns the name of this generic attributegetValue()
This method returns the value of this generic attributeint
hashCode()
void
setContext
(String context) void
void
toString()
-
Constructor Details
-
VOMSGenericAttributeImpl
public VOMSGenericAttributeImpl()
-
-
Method Details
-
getName
Description copied from interface:VOMSGenericAttribute
This method returns the name of this generic attribute- Specified by:
getName
in interfaceVOMSGenericAttribute
- Returns:
- the name of this generic attribute
-
getValue
Description copied from interface:VOMSGenericAttribute
This method returns the value of this generic attribute- Specified by:
getValue
in interfaceVOMSGenericAttribute
- Returns:
- the value of this generic attribute
-
getContext
Description copied from interface:VOMSGenericAttribute
This method returns the context for this generic attribute- Specified by:
getContext
in interfaceVOMSGenericAttribute
- Returns:
- the context of this generic attribute
-
setName
-
setValue
-
setContext
-
toString
-
hashCode
public int hashCode() -
equals
-