Package | Description |
---|---|
com.sun.identity.shared.whitelist |
Defines classes for basic resource matching.
|
Modifier and Type | Field and Description |
---|---|
static ResourceMatch |
ResourceMatch.EXACT_MATCH
The
EXACT_MATCH specifies
the resources are exactly the same. |
static ResourceMatch |
ResourceMatch.NO_MATCH
The
NO_MATCH specifies
the resources do not match |
static ResourceMatch |
ResourceMatch.SUB_RESOURCE_MATCH
The
SUB_RESOURCE_MATCH specifies
the provided resource is a sub resource. |
static ResourceMatch |
ResourceMatch.SUPER_RESOURCE_MATCH
The
SUPER_RESOURCE_MATCH specifies
the provided resource is more specific than
this resource |
static ResourceMatch |
ResourceMatch.WILDCARD_MATCH
The
WILDCARD_MATCH specifies
the resources are wildcard match |
Modifier and Type | Method and Description |
---|---|
ResourceMatch |
HttpURLResourceName.compare(String requestResource,
String targetResource,
boolean wildcardCompare)
Compares two resources.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.