public class StandardSubject extends JaasSubject
| Modifier | Constructor | Description |
|---|---|---|
protected |
StandardSubject() |
| Modifier and Type | Method | Description |
|---|---|---|
Subject |
getSubject() |
SPI method.
|
Object |
runAs(Subject subject,
PrivilegedAction action) |
SPI method.
|
Object |
runAs(Subject subject,
PrivilegedExceptionAction action) |
SPI method.
|
doAs, doAs, getCurrentSubject, getJaasSubjectpublic Subject getSubject()
JaasSubjectgetSubject in class JaasSubjectpublic Object runAs(Subject subject, PrivilegedAction action)
JaasSubjectrunAs in class JaasSubjectpublic Object runAs(Subject subject, PrivilegedExceptionAction action) throws PrivilegedActionException
JaasSubjectrunAs in class JaasSubjectPrivilegedActionExceptionCopyright © 2018. All rights reserved.