java.lang.Object
net.datenwerke.security.service.security.entities.Acl
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HierarchicalAcl
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 Acl extends Object implements Serializable
See Also:
  • Constructor Details

    • Acl

      public Acl()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getVersion

      public Integer getVersion()
    • getAces

      public List<Ace> getAces()
    • addAce

      public void addAce(Ace ace)
    • addAce

      public void addAce(Ace ace, int position)
    • removeACE

      public void removeACE(Ace ace)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object