Java org.springframework.security.acls.domain AclImpl fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.acls.domain AclImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.acls.domain AclImpl.

The text is from its open source code.

Constructor

AclImpl(ObjectIdentity objectIdentity, Serializable id, AclAuthorizationStrategy aclAuthorizationStrategy, AuditLogger auditLogger)
Minimal constructor, which should be used org.springframework.security.acls.model.MutableAclService#createAcl(ObjectIdentity) .
AclImpl(ObjectIdentity objectIdentity, Serializable id, AclAuthorizationStrategy aclAuthorizationStrategy, PermissionGrantingStrategy grantingStrategy, Acl parentAcl, List loadedSids, boolean entriesInheriting, Sid owner)
Full constructor, which should be used by persistence tools that do not provide field-level access features.

Method