Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.plugins |
Modifier and Type | Field and Description |
---|---|
static ResourceMatch |
ResourceMatch.EXACT_MATCH
Deprecated.
The
EXACT_MATCH specifies
the resources are exactly the same. |
static ResourceMatch |
ResourceMatch.NO_MATCH
Deprecated.
The
NO_MATCH specifies
the resources do not match |
static ResourceMatch |
ResourceMatch.SUB_RESOURCE_MATCH
Deprecated.
The
SUB_RESOURCE_MATCH specifies
the provided resource is a sub resource. |
static ResourceMatch |
ResourceMatch.SUPER_RESOURCE_MATCH
Deprecated.
The
SUPER_RESOURCE_MATCH specifies
the provided resource is more specific than
this resource |
static ResourceMatch |
ResourceMatch.WILDCARD_MATCH
Deprecated.
The
WILDCARD_MATCH specifies
the resources are wildcard match |
Modifier and Type | Method and Description |
---|---|
protected ResourceMatch |
ServiceType.compare(String resource1,
String resource2)
Compares two resources of this service type to determine their equality.
|
protected ResourceMatch |
ServiceType.compare(String resource1,
String resource2,
boolean interpretWildCard)
Compares two resources of this service type to determine their equality.
|
ResourceMatch |
Rule.isResourceMatch(String serviceName,
String resourceName)
Deprecated.
Compares the given service and resource names with the
service and resource name specified in this rule.
|
Modifier and Type | Method and Description |
---|---|
ResourceMatch |
SuffixResourceName.compare(String requestResource,
String targetResource,
boolean wildcardCompare)
Compares two resources.
|
ResourceMatch |
HttpURLResourceName.compare(String requestResource,
String targetResource,
boolean wildcardCompare)
Deprecated.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.