|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XACMLConstants.SubjectConstantsExtensions>
eu.xtreemos.xosd.xmlextractor.constants.XACMLConstants.SubjectConstantsExtensions
public static enum XACMLConstants.SubjectConstantsExtensions
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 |
---|
public static final XACMLConstants.SubjectConstantsExtensions ExtensionsRole
public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGroup
public static final XACMLConstants.SubjectConstantsExtensions ExtensionsSubgroup
public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGlobalUserId
public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGlobalPrimaryGroupName
public static final XACMLConstants.SubjectConstantsExtensions ExtensionsGlobalPrimaryVOName
Field Detail |
---|
private java.lang.String attributeName
private java.lang.String xpath
private VO.Attribute attribute
Method Detail |
---|
public static XACMLConstants.SubjectConstantsExtensions[] values()
for (XACMLConstants.SubjectConstantsExtensions c : XACMLConstants.SubjectConstantsExtensions.values()) System.out.println(c);
public static XACMLConstants.SubjectConstantsExtensions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getAttributeName()
public java.lang.String getXPath()
public VO.Attribute getVoAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |