Uses of Class
eu.xtreemos.xosd.security.cdamng.vo.VO.Attribute

Packages that use VO.Attribute
eu.xtreemos.xosd.security.cdamng.vo   
eu.xtreemos.xosd.utilities.security   
eu.xtreemos.xosd.xmlextractor.constants   
 

Uses of VO.Attribute in eu.xtreemos.xosd.security.cdamng.vo
 

Fields in eu.xtreemos.xosd.security.cdamng.vo with type parameters of type VO.Attribute
private  java.util.HashMap<VO.Attribute,java.lang.String> VOUser.attributes
           
 

Methods in eu.xtreemos.xosd.security.cdamng.vo that return VO.Attribute
static VO.Attribute VO.Attribute.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VO.Attribute[] VO.Attribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.xtreemos.xosd.security.cdamng.vo with parameters of type VO.Attribute
 java.lang.String VOUser.getAttribute(VO.Attribute attrName)
           
 

Uses of VO.Attribute in eu.xtreemos.xosd.utilities.security
 

Methods in eu.xtreemos.xosd.utilities.security with parameters of type VO.Attribute
private  java.lang.String UserCertificateUtility.getExtendedAttributeValue(VO.Attribute attribute)
           
 java.lang.String CertificateProcessor.getVOAttributeValue(java.security.cert.X509Certificate cert, VO.Attribute attr)
           
 

Uses of VO.Attribute in eu.xtreemos.xosd.xmlextractor.constants
 

Fields in eu.xtreemos.xosd.xmlextractor.constants declared as VO.Attribute
private  VO.Attribute XACMLConstants.SubjectConstants.attribute
           
private  VO.Attribute XACMLConstants.SubjectConstantsExtensions.attribute
          Deprecated.  
private  VO.Attribute XACMLConstants.ResourceConstants.attribute
           
 

Methods in eu.xtreemos.xosd.xmlextractor.constants that return VO.Attribute
 VO.Attribute XACMLConstants.SubjectConstants.getVoAttribute()
           
 VO.Attribute XACMLConstants.SubjectConstantsExtensions.getVoAttribute()
          Deprecated.  
 VO.Attribute XACMLConstants.ResourceConstants.getVoAttribute()
           
 

Constructors in eu.xtreemos.xosd.xmlextractor.constants with parameters of type VO.Attribute
XACMLConstants.ResourceConstants(java.lang.String xpath, VO.Attribute attribute)
           
XACMLConstants.SubjectConstants(java.lang.String xpath, java.lang.String attributeName, VO.Attribute attribute)
           
XACMLConstants.SubjectConstantsExtensions(java.lang.String xpath, java.lang.String attributeName, VO.Attribute attribute)
          Deprecated.