| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.policy.ResourceMatch
The class ResourceMatch defines the results
 of a resource match with respect to Policy.
| Field Summary | |
| static ResourceMatch | EXACT_MATCHThe EXACT_MATCHspecifies
 the resources are exactly the same. | 
| static ResourceMatch | NO_MATCHThe NO_MATCHspecifies
 the resources do not match | 
| static ResourceMatch | SUB_RESOURCE_MATCHThe SUB_RESOURCE_MATCHspecifies
 the provided resource is a sub resource. | 
| static ResourceMatch | SUPER_RESOURCE_MATCHThe SUPER_RESOURCE_MATCHspecifies
 the provided resource is more specific than
 this resource | 
| static ResourceMatch | WILDCARD_MATCHThe WILDCARD_MATCHspecifies
 the resources are wildcard match | 
| Method Summary | |
|  boolean | equals(java.lang.Object resourceMatch)Method to check if two resource match objects are equal. | 
|  java.lang.String | toString()Method to get string representation of the resource match. | 
| Methods inherited from class java.lang.Object | 
| getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final ResourceMatch EXACT_MATCH
EXACT_MATCH specifies
 the resources are exactly the same.public static final ResourceMatch WILDCARD_MATCH
WILDCARD_MATCH specifies
 the resources are wildcard matchpublic static final ResourceMatch SUB_RESOURCE_MATCH
SUB_RESOURCE_MATCH specifies
 the provided resource is a sub resource.public static final ResourceMatch SUPER_RESOURCE_MATCH
SUPER_RESOURCE_MATCH specifies
 the provided resource is more specific than
 this resourcepublic static final ResourceMatch NO_MATCH
NO_MATCH specifies
 the resources do not match| Method Detail | 
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object resourceMatch)
equals in class java.lang.ObjectresourceMatch - object to which this object will be
 compared withtrue if the resources match;
 false otherwise;| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||