|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.service.policystore.info.AttributeAssignment<T>
public class AttributeAssignment<T extends DataType>
The class contains attribute assignment of an obligation.
| Constructor Summary | |
|---|---|
AttributeAssignment(java.lang.String attributeId, AttributeEntry<T> attr)Constructor |
|
AttributeAssignment(java.lang.String attributeId, RuleExpressionEntry.BuiltInAttributes attr) |
|
AttributeAssignment(java.lang.String attributeId, T value)Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object) |
AttributeEntry<T> |
getAttribute()Returns the attribute assigned, if a static value is assigned, return null. |
java.lang.String |
getName()Returns the obligation attribute name |
T |
getValue()Returns the value assigned, if an attribute is assigned, return null. |
int |
hashCode() |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeAssignment(java.lang.String attributeId,
T value)
attributeId - The attribute identifier.value - The value assigned to this attributeId.
public AttributeAssignment(java.lang.String attributeId,
AttributeEntry<T> attr)
attributeId - The attribute identifier.attr - The attribute whose value will be evaluated and assigned to the attributeId at runtime.
public AttributeAssignment(java.lang.String attributeId,
RuleExpressionEntry.BuiltInAttributes attr)
| Method Detail |
|---|
public java.lang.String getName()
public AttributeEntry<T> getAttribute()
public T getValue()
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||