| Represents a Principal, typically read from an ACL, that cannot
be resolved based on the current state of the user database, group
manager, and built-in role definitions.
Creating a principal marked "unresolved" allows
delayed resolution, which enables principals to be resolved
lazily during a later access control check. Conceptuallly,
UnresolvedPrincipal performs a function similar to
java.security.UnresolvedPermission .
author: Andrew Jaquith since: 2.3 |