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 classPrincipalRelationship.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static PrincipalRelationship.Builderfrom(PrincipalKey fromPrincipal)PrincipalKeygetFrom()PrincipalKeygetTo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getFrom
public PrincipalKey getFrom()
-
getTo
public PrincipalKey getTo()
-
from
public static PrincipalRelationship.Builder from(PrincipalKey fromPrincipal)
-
-