Class AclSid
- java.lang.Object
-
- org.genesys.blocks.model.EmptyModel
-
- org.genesys.blocks.model.BasicModel
-
- org.genesys.blocks.model.VersionedModel
-
- org.genesys.blocks.model.AuditedVersionedModel
-
- org.genesys.blocks.security.model.AclSid
-
- All Implemented Interfaces:
Serializable,Activatable,EntityId,org.springframework.data.domain.Persistable<Long>
- Direct Known Subclasses:
BasicUser,OAuthClient
@Entity public class AclSid extends AuditedVersionedModel
ACL SID uniquely identifies any principal or authority in the system ("SID" stands for "security identity").- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringOIDC_SID_ID-
Fields inherited from class org.genesys.blocks.model.VersionedModel
active
-
-
Constructor Summary
Constructors Constructor Description AclSid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(Object other)StringgetFullName()Subclasses should override this method and return a sensible display name for the SID.StringtoString()-
Methods inherited from class org.genesys.blocks.model.VersionedModel
getVersion, isActive, setActive, setVersion
-
Methods inherited from class org.genesys.blocks.model.BasicModel
getId, setId
-
Methods inherited from class org.genesys.blocks.model.EmptyModel
equals, hashCode, isNew
-
-
-
-
Field Detail
-
OIDC_SID_ID
public static final String OIDC_SID_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFullName
public String getFullName()
Subclasses should override this method and return a sensible display name for the SID.- Returns:
- SID full name
-
canEqual
public boolean canEqual(Object other)
- Specified by:
canEqualin classEmptyModel
-
toString
public String toString()
- Overrides:
toStringin classVersionedModel
-
-