Package org.italiangrid.voms
Interface VOMSGenericAttribute
-
- All Known Implementing Classes:
VOMSGenericAttributeImpl
public interface VOMSGenericAttribute
A VOMS generic attribute is a name=value pair attribute augmented with a context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContext()
This method returns the context for this generic attributejava.lang.String
getName()
This method returns the name of this generic attributejava.lang.String
getValue()
This method returns the value of this generic attribute
-
-
-
Method Detail
-
getName
java.lang.String getName()
This method returns the name of this generic attribute- Returns:
- the name of this generic attribute
-
getValue
java.lang.String getValue()
This method returns the value of this generic attribute- Returns:
- the value of this generic attribute
-
getContext
java.lang.String getContext()
This method returns the context for this generic attribute- Returns:
- the context of this generic attribute
-
-