Class GenericSecurityTargetEntity

java.lang.Object
net.datenwerke.security.service.security.entities.GenericSecurityTargetEntity
All Implemented Interfaces:
Serializable, SecurityTarget
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class GenericSecurityTargetEntity extends Object implements SecurityTarget
See Also:
  • Constructor Details

    • GenericSecurityTargetEntity

      public GenericSecurityTargetEntity()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getAcl

      public Acl getAcl()
      Description copied from interface: SecurityTarget
      The object's ACL
      Specified by:
      getAcl in interface SecurityTarget
    • setAcl

      public void setAcl(Acl acl)
    • setTargetIdentifier

      public void setTargetIdentifier(String targetIdentifier)
    • getTargetIdentifier

      public String getTargetIdentifier()