| Package | Description |
|---|---|
| com.sun.identity.shared.whitelist |
Defines classes for basic resource matching.
|
| org.forgerock.openam.shared.resourcename |
This package contains url resource name utilities for use throughout the OpenAM codebase.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceName
The interface
ResourceName provides
methods to determine the hierarchy of resource names. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpURLResourceName
This implementation of
ResourceName extends
URLResourceName to add special handling of resources which end
in delimiter (BaseURLResourceName)
followed by a multi level wildcard. |
class |
PrefixResourceName
This is a plugin impelmentation of the
ResourceName interface
it provides methods to do resource comparisons and resource
handling based on prefix based string match going left to right. |
class |
URLResourceName
This plugin extends the functionality provided in
PrefixResourceName to provide special handling to
URL type prefix resource names in canonicalize method
like validating port, assigning default port of 80, if port absent etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePrefixResourceName<T,E extends Exception>
A generic 'prefix' implementation of BaseResourceName.
|
class |
BaseURLResourceName<T,E extends Exception>
This is a base implementation of a URLResourceName, extending the functionality found in
BasePrefixResourceName to provide special handling to URL type prefix resource
names in canonicalize method like validating port, assigning default port of
80, if port absent etc. |
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.