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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis 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 attributeinthashCode()voidsetContext(String context) voidvoidtoString()
-
Field Details
-
name
-
value
-
context
-
-
Constructor Details
-
VOMSGenericAttributeImpl
public VOMSGenericAttributeImpl()
-
-
Method Details
-
getName
Description copied from interface:VOMSGenericAttributeThis method returns the name of this generic attribute- Specified by:
getNamein interfaceVOMSGenericAttribute- Returns:
- the name of this generic attribute
-
getValue
Description copied from interface:VOMSGenericAttributeThis method returns the value of this generic attribute- Specified by:
getValuein interfaceVOMSGenericAttribute- Returns:
- the value of this generic attribute
-
getContext
Description copied from interface:VOMSGenericAttributeThis method returns the context for this generic attribute- Specified by:
getContextin interfaceVOMSGenericAttribute- Returns:
- the context of this generic attribute
-
setName
-
setValue
-
setContext
-
toString
-
hashCode
public int hashCode() -
equals
-