eu.xtreemos.xosd.xmlextractor.constants
Enum XACMLConstants.SubjectConstantsExtensions

java.lang.Object
  extended by java.lang.Enum<XACMLConstants.SubjectConstantsExtensions>
      extended by eu.xtreemos.xosd.xmlextractor.constants.XACMLConstants.SubjectConstantsExtensions
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<XACMLConstants.SubjectConstantsExtensions>
Enclosing class:
XACMLConstants

Deprecated.

public static enum XACMLConstants.SubjectConstantsExtensions
extends java.lang.Enum<XACMLConstants.SubjectConstantsExtensions>

Author:
ales

Enum Constant Summary
ExtensionsGlobalPrimaryGroupName
          Deprecated.  
ExtensionsGlobalPrimaryVOName
          Deprecated.  
ExtensionsGlobalUserId
          Deprecated.  
ExtensionsGroup
          Deprecated.  
ExtensionsRole
          Deprecated.  
ExtensionsSubgroup
          Deprecated.  
 
Field Summary
private  VO.Attribute attribute
          Deprecated.  
private  java.lang.String attributeName
          Deprecated.  
private  java.lang.String xpath
          Deprecated.  
 
Method Summary
 java.lang.String getAttributeName()
          Deprecated.  
 VO.Attribute getVoAttribute()
          Deprecated.  
 java.lang.String getXPath()
          Deprecated.  
static XACMLConstants.SubjectConstantsExtensions valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static XACMLConstants.SubjectConstantsExtensions[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ExtensionsRole

public static final XACMLConstants.SubjectConstantsExtensions ExtensionsRole
Deprecated. 

ExtensionsGroup

public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGroup
Deprecated. 

ExtensionsSubgroup

public static final XACMLConstants.SubjectConstantsExtensions ExtensionsSubgroup
Deprecated. 

ExtensionsGlobalUserId

public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGlobalUserId
Deprecated. 

ExtensionsGlobalPrimaryGroupName

public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGlobalPrimaryGroupName
Deprecated. 

ExtensionsGlobalPrimaryVOName

public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGlobalPrimaryVOName
Deprecated. 
Field Detail

attributeName

private java.lang.String attributeName
Deprecated. 

xpath

private java.lang.String xpath
Deprecated. 

attribute

private VO.Attribute attribute
Deprecated. 
Method Detail

values

public static XACMLConstants.SubjectConstantsExtensions[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (XACMLConstants.SubjectConstantsExtensions c : XACMLConstants.SubjectConstantsExtensions.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static XACMLConstants.SubjectConstantsExtensions valueOf(java.lang.String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getAttributeName

public java.lang.String getAttributeName()
Deprecated. 

getXPath

public java.lang.String getXPath()
Deprecated. 

getVoAttribute

public VO.Attribute getVoAttribute()
Deprecated.