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.

Author:
Andrea Ceccanti

Method Summary
 String getContext()
           
 String getName()
           
 String getValue()
           
 

Method Detail

getName

String getName()
Returns:
the name of this generic attribute

getValue

String getValue()
Returns:
the value of this generic attribute

getContext

String getContext()
Returns:
the context of this generic attribute


Copyright © 2013. All Rights Reserved.