|
BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.security.ConstraintAttribute
This Class represents the various types of attributes present in a policy constraint. The attributes and their evaluated results are stored in this class
Field Summary | |
static int |
DYNAMIC
The attribute is of type DYNAMIC |
static int |
FUNCTION
The attribute is of type FUNCTION |
static int |
IDENTITY
The attribute is of type IDENTITY |
static int |
RESOURCE
The attribute is of type RESOURCE |
static int |
UNKNOWN
The attribute is not of RESOURCE, IDENTITY, DYNAMIC or FUNCTION |
Method Summary | |
java.lang.String |
getName()
Returns the attribute name |
int |
getType()
Returns the attribute type |
java.lang.String |
getValue()
Returns the attribute value |
java.lang.String |
toString()
Returns a string representation of this object |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int UNKNOWN
public static final int RESOURCE
public static final int IDENTITY
public static final int DYNAMIC
public static final int FUNCTION
Method Detail |
public java.lang.String toString()
public int getType()
public java.lang.String getName()
public java.lang.String getValue()
|
Documentation is available at http://edocs.bea.com/ales/docs30 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |