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 class
Principal.Builder<B>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
String
getDisplayName()
PrincipalKey
getKey()
Instant
getModifiedTime()
String
getName()
int
hashCode()
String
toString()
-
-
-
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()
-
-