Top Inners Methods
jdk.internal.access

public Interface JavaSecurityAccess

Known Direct Implementers
java.security.ProtectionDomain.JavaSecurityAccessImpl
Imports
java.security.AccessControlContext, .PermissionCollection, .PrivilegedAction, .ProtectionDomain

Nested and Inner Type Summary

Modifier and TypeClass and Description
public static interface

Method Summary

Modifier and TypeMethod and Description
public <T> T
doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext stack, AccessControlContext context)

Deprecated as a consequence of AccessControlContext being deprecated.
public <T> T
doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext context)

Deprecated as a consequence of AccessControlContext being deprecated.
public ProtectionDomain[]
getProtectDomains(AccessControlContext context)

Deprecated as a consequence of AccessControlContext being deprecated.
public JavaSecurityAccess.ProtectionDomainCache
getProtectionDomainCache()

Returns the ProtectionDomainCache.

Method Detail

doIntersectionPrivilegeback to summary
public <T> T doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext stack, AccessControlContext context)

Deprecated

as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

doIntersectionPrivilegeback to summary
public <T> T doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext context)

Deprecated

as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

getProtectDomainsback to summary
public ProtectionDomain[] getProtectDomains(AccessControlContext context)

Deprecated

as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

getProtectionDomainCacheback to summary
public JavaSecurityAccess.ProtectionDomainCache getProtectionDomainCache()

Returns the ProtectionDomainCache.

jdk.internal.access back to summary

public Interface JavaSecurityAccess.ProtectionDomainCache


Method Summary

Modifier and TypeMethod and Description
public PermissionCollection
public void

Method Detail

getback to summary
public PermissionCollection get(ProtectionDomain pd)
putback to summary
public void put(ProtectionDomain pd, PermissionCollection pc)