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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContext()
      This method returns the context for this generic attribute
      java.lang.String getName()
      This method returns the name of this generic attribute
      java.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