Package org.skr.registry
Interface EndPointRegistry
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBREADCRUMB_SEPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.StringgetBreadcrumb()java.lang.StringgetDescription()java.lang.StringgetLabel()PermissionRegistrygetPermission()@NotNull RealmRegistrygetRealm()java.util.List<java.lang.String>getRelatedPermissionCodes()@NotNull java.lang.StringgetUrl()
-
-
-
Field Detail
-
BREADCRUMB_SEPARATOR
static final java.lang.String BREADCRUMB_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUrl
@NotNull @NotNull java.lang.String getUrl()
-
getRealm
@NotNull @NotNull RealmRegistry getRealm()
-
getPermission
PermissionRegistry getPermission()
-
getRelatedPermissionCodes
java.util.List<java.lang.String> getRelatedPermissionCodes()
-
getBreadcrumb
@NotNull @NotNull java.lang.String getBreadcrumb()
-
getLabel
java.lang.String getLabel()
-
getDescription
java.lang.String getDescription()
-
-