Package com.enonic.xp.security
Class Principal
- java.lang.Object
-
- com.enonic.xp.security.Principal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrincipal.Builder<B>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()StringgetDisplayName()PrincipalKeygetKey()InstantgetModifiedTime()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getKey
public PrincipalKey getKey()
-
getDisplayName
public String getDisplayName()
-
getModifiedTime
public Instant getModifiedTime()
-
getDescription
public String getDescription()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
-