|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.policy.ResourceMatch
public class ResourceMatch
The class ResourceMatch defines the results
of a resource match with respect to Policy.
| フィールドの概要 | |
|---|---|
static ResourceMatch |
EXACT_MATCH
The EXACT_MATCH specifies
the resources are exactly the same. |
static ResourceMatch |
NO_MATCH
The NO_MATCH specifies
the resources do not match |
static ResourceMatch |
SUB_RESOURCE_MATCH
The SUB_RESOURCE_MATCH specifies
the provided resource is a sub resource. |
static ResourceMatch |
SUPER_RESOURCE_MATCH
The SUPER_RESOURCE_MATCH specifies
the provided resource is more specific than
this resource |
static ResourceMatch |
WILDCARD_MATCH
The WILDCARD_MATCH specifies
the resources are wildcard match |
| メソッドの概要 | |
|---|---|
boolean |
equals(Object resourceMatch)
Method to check if two resource match objects are equal. |
String |
toString()
Method to get string representation of the resource match. |
| フィールドの詳細 |
|---|
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 match
public 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 resource
public static final ResourceMatch NO_MATCH
NO_MATCH specifies
the resources do not match
| メソッドの詳細 |
|---|
public String toString()
Object 内の toStringpublic boolean equals(Object resourceMatch)
Object 内の equalsresourceMatch - object to which this object will be
compared with
true if the resources match;
false otherwise;
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||