public abstract class WASLoginContext extends java.lang.Object implements FixedLoggers
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix
Constructor and Description |
---|
WASLoginContext() |
Modifier and Type | Method and Description |
---|---|
int |
execute(java.lang.String operation)
Use this method to execute an action.
|
boolean |
isAdminSecurityEnabled()
Determines if Administrative Security is enabled on this server
|
javax.security.auth.login.LoginContext |
loginContext()
Get the WAS LoginContext so we can execute privileged actions
|
public int execute(java.lang.String operation)
operation
- privileged
- public boolean isAdminSecurityEnabled()
public javax.security.auth.login.LoginContext loginContext() throws java.lang.Exception
java.lang.Exception