@Deprecated public class ResourceMatch extends Object
ResourceMatch
defines the results
of a resource match with respect to Policy.Modifier and Type | Field and Description |
---|---|
static ResourceMatch |
EXACT_MATCH
Deprecated.
The
EXACT_MATCH specifies
the resources are exactly the same. |
static ResourceMatch |
NO_MATCH
Deprecated.
The
NO_MATCH specifies
the resources do not match |
static ResourceMatch |
SUB_RESOURCE_MATCH
Deprecated.
The
SUB_RESOURCE_MATCH specifies
the provided resource is a sub resource. |
static ResourceMatch |
SUPER_RESOURCE_MATCH
Deprecated.
The
SUPER_RESOURCE_MATCH specifies
the provided resource is more specific than
this resource |
static ResourceMatch |
WILDCARD_MATCH
Deprecated.
The
WILDCARD_MATCH specifies
the resources are wildcard 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 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 matchCopyright © 2010-2016, ForgeRock All Rights Reserved.