Class AuthorizablesMap.Relation
- java.lang.Object
-
- com.composum.sling.core.usermanagement.model.AuthorizablesMap.Relation
-
- Enclosing class:
- AuthorizablesMap
protected class AuthorizablesMap.Relation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthorizableModel
source
protected AuthorizableModel
target
-
Constructor Summary
Constructors Constructor Description Relation(@NotNull AuthorizableModel source, @NotNull AuthorizableModel target)
-
-
-
Field Detail
-
source
protected final AuthorizableModel source
-
target
protected final AuthorizableModel target
-
-
Constructor Detail
-
Relation
public Relation(@NotNull @NotNull AuthorizableModel source, @NotNull @NotNull AuthorizableModel target)
-
-