GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.security.AccessControlContext | |
Construct a new AccessControlContext with the specified
ProtectionDomain s and DomainCombiner .
|
Methods with parameter type java.security.AccessControlContext | |
Calls the run() method of the given action with as
(initial) access control context the given context combined with the
protection domain of the calling class. | |
Calls the run() method of the given action with as
(initial) access control context the given context combined with the
protection domain of the calling class. |
Methods with return type java.security.AccessControlContext | |
AccessControlContext | Returns the complete access control context of the current thread.
|
Methods with parameter type java.security.AccessControlContext | |
Object | Run a method as another subject. |
Object | Subject.doAsPrivileged(Subject subject, PrivilegedExceptionAction<T> action, AccessControlContext acc) Run a method as another subject. |
Subject | Returns the subject associated with the given AccessControlContext .
All this method does is retrieve the Subject object from the supplied
context's DomainCombiner , if any, and if it is an instance of
a SubjectDomainCombiner .
|
GNU Classpath (0.95) |