Interface VOMSGenericAttribute

All Known Implementing Classes:
VOMSGenericAttributeImpl

public interface VOMSGenericAttribute
A VOMS generic attribute is a name=value pair attribute augmented with a context.
Author:
Andrea Ceccanti
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the context for this generic attribute
    This method returns the name of this generic attribute
    This method returns the value of this generic attribute
  • Method Details

    • getName

      String getName()
      This method returns the name of this generic attribute
      Returns:
      the name of this generic attribute
    • getValue

      String getValue()
      This method returns the value of this generic attribute
      Returns:
      the value of this generic attribute
    • getContext

      String getContext()
      This method returns the context for this generic attribute
      Returns:
      the context of this generic attribute