Package com.enonic.xp.security
Class PrincipalRelationship
- java.lang.Object
-
- com.enonic.xp.security.PrincipalRelationship
-
@PublicApi public final class PrincipalRelationship extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrincipalRelationship.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static PrincipalRelationship.Builder
from(PrincipalKey fromPrincipal)
PrincipalKey
getFrom()
PrincipalKey
getTo()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getFrom
public PrincipalKey getFrom()
-
getTo
public PrincipalKey getTo()
-
from
public static PrincipalRelationship.Builder from(PrincipalKey fromPrincipal)
-
-