Class PLPrincipal.Unsandboxed

java.lang.Object
org.postgresql.pljava.PLPrincipal
org.postgresql.pljava.PLPrincipal.Unsandboxed
All Implemented Interfaces:
Serializable, Principal
Enclosing class:
PLPrincipal

public static final class PLPrincipal.Unsandboxed extends PLPrincipal
Java Principal representing a PostgreSQL PROCEDURAL LANGUAGE that was declared without the TRUSTED keyword, and can be used to declare new functions only by a PostgreSQL superuser.

A Java security policy can grant permissions to this Principal by class and wildcard name, or by class and the specific name given in SQL to the language.

See Also: