| GNU Classpath (0.95) | |
| Frames | No Frames |
Methods with parameter type javax.security.auth.Subject | |
| void | Initializes this login module. |
Constructors with parameter type javax.security.auth.Subject | |
Methods with parameter type javax.security.auth.Subject | |
| Object | Run a method as another subject. |
| Object | Run a method as another subject. |
| Object | Run a method as another subject. |
| Object | Subject.doAsPrivileged(Subject subject, PrivilegedExceptionAction<T> action, AccessControlContext acc) Run a method as another subject. |
| PermissionCollection | |
Methods with return type javax.security.auth.Subject | |
| 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.
|
Constructors with parameter type javax.security.auth.Subject | |
LoginContext.LoginContext(String name, Subject subject, CallbackHandler cbHandler, Configuration config) | |
Methods with return type javax.security.auth.Subject | |
| Subject | Returns the authenticated subject, or the parameter passed to one
of the constructors. |
| GNU Classpath (0.95) |