Uses of Class
eu.xtreemos.xosd.xmlextractor.constants.XACMLConstants.SubjectConstants

Packages that use XACMLConstants.SubjectConstants
eu.xtreemos.xosd.utilities.security   
eu.xtreemos.xosd.xmlextractor.constants   
 

Uses of XACMLConstants.SubjectConstants in eu.xtreemos.xosd.utilities.security
 

Methods in eu.xtreemos.xosd.utilities.security that return XACMLConstants.SubjectConstants
static XACMLConstants.SubjectConstants VOMSCommonUtils.mapOIDtoAttrNameSubject(java.lang.String oid)
          Maps subject attributes and extension attributes into constants which can be used in XACML context.
 

Uses of XACMLConstants.SubjectConstants in eu.xtreemos.xosd.xmlextractor.constants
 

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