public interface Resource
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this Resource
|
Set<PathPattern> |
getPathPatterns()
Returns a read-only set of the URL path-matching patterns (relative to
Application.getContextRoot()) that
identify this Resource. |
Set<String> |
getPathPrefixes()
Deprecated.
This method may be removed in a future release. Please use
getPathPatterns() instead. |
boolean |
isAnonymous()
Returns true if this Resource has no authentication requirements
|
boolean |
isUnprotected()
Returns true if this Resource has no authentication requirements and doesn't do any identity processing.
|
String getName()
boolean isAnonymous()
boolean isUnprotected()
@Deprecated Set<String> getPathPrefixes()
getPathPatterns() instead.Application context root
(Application.getContextRoot()) that identifies this Resource. An exception will be thrown if the
returned set is modified.Application context rootUnsupportedOperationException - if this method is invoked for a Resource that contains one or more
non-wildcard path patterns, such as those with type PathPattern.Type.REGEXSet<PathPattern> getPathPatterns()
Application.getContextRoot()) that
identify this Resource.Copyright 2023 Ping Identity Corp. All rights reserved.