public interface UrlResourcePath
UrlResourcePath describes the hierarchical structure of a resource along with additional meta information.| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
The path including the resource's base path.
|
boolean |
isPublic()
If
true, the endpoint should be exposed to public, i.e. |
Stream<String> |
publicEvents()
A
Stream of events that are public even if isPublic()==false. |
Stream<UrlResourcePath> |
subPaths()
A
Stream of child paths. |
String getPath()
boolean isPublic()
true, the endpoint should be exposed to public, i.e. without authenticationtrue if publicStream<String> publicEvents()
Stream of events that are public even if isPublic()==false.Stream<UrlResourcePath> subPaths()
Stream of child paths.Copyright © 2023. All rights reserved.