Package | Description |
---|---|
org.springframework.security.acls.model |
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
Thrown if an
Acl entry already exists for the object. |
class |
ChildrenExistException
Thrown if an
Acl cannot be deleted because children Acl s exist. |
class |
NotFoundException
Thrown if an ACL-related object cannot be found.
|
class |
UnloadedSidException
Thrown if an
Acl cannot perform an operation because it only loaded a subset of Sid s and
the caller has requested details for an unloaded Sid . |
Copyright © 2015. All rights reserved.