Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Incomplete
-
None
-
None
-
None
Description
AdminPrincipal is deprecated but no suggestion what to use else
/**
- The admin principal gives read, write and remove privileges
- to the whole repository except from the jcr namespace nodes
- and attributes, which require SystemPrincipal.
*/
@Deprecated
public class AdminPrincipal implements Principal, Serializable {