|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.pluginsvr.plugins.AREAResponse
public class AREAResponse
A simple bean object that encapsulates the return expected for authentication from AREA plugins. It contains the following items:
Constants.AR_LICENSE_TYPE_NONE or
Constants.AR_LICENSE_TYPE_FLOATING.
Constants.AR_LICENSE_TYPE_NONE or
Constants.AR_LICENSE_TYPE_FLOATING.
null, the list from the User form is used.
Constants.AR_NOTIFY_NONE,
Constants.AR_NOTIFY_VIA_NOTIFIER,
Constants.AR_NOTIFY_VIA_EMAIL, or
Constants.AR_NOTIFY_VIA_DEFAULT.
null,
the value in the user User form is used.
AREA_LOGIN_SUCCESS, AREA_LOGIN_UNKNOWN_USER,
AREA_LOGIN_FAILED or AREA_LOGIN_LOCK_OUT.
loginStatus was
AREA_LOGIN_UNKNOWN_USER, AREA_LOGIN_FAILED or
AREA_LOGIN_LOCK_OUT then this displays as an error.
If loginStatus was AREA_LOGIN_SUCCESS then
this displays as a note.
| Field Summary | |
|---|---|
static int |
AREA_LOGIN_FAILED
Indicates that the user failed to authenticate |
static int |
AREA_LOGIN_LOCK_OUT
Indicates that the user is locked out |
static int |
AREA_LOGIN_SUCCESS
Indicates a successfull login attempt |
static int |
AREA_LOGIN_UNKNOWN_USER
Indicates that the user is not known to the system |
| Constructor Summary | |
|---|---|
AREAResponse()
Default constructor |
|
AREAResponse(int mask,
int licenseWrite,
int licenseFTS,
int licenseRes1,
String licenseApps,
String groups,
int notifyMech,
String email,
int loginStatus,
String messageText,
String logText,
com.bmc.arsys.api.Timestamp modTime)
|
|
| Method Summary | |
|---|---|
String |
getEmail()
Get the email address. |
String |
getGroups()
Get the groups. |
String |
getLicenseApps()
Get the application licenses. |
int |
getLicenseFTS()
Get the FTS license. |
int |
getLicenseMask()
Get the license mask. |
int |
getLicenseRes1()
|
int |
getLicenseWrite()
Get the license. |
int |
getLoginStatus()
Get the login status. |
String |
getLogText()
Get the log text. |
String |
getMessageText()
Get the message text. |
com.bmc.arsys.api.Timestamp |
getModTime()
Get the modified time. |
int |
getNotifyMech()
Get the notification mechanism. |
void |
setEmail(String email)
Set the email address. |
void |
setGroups(String groups)
Set the groups. |
void |
setLicenseApps(String licenseApps)
Set the application licenses. |
void |
setLicenseFTS(int licenseFTS)
Set the FTS license. |
void |
setLicenseMask(int mask)
Set the license mask. |
void |
setLicenseRes1(int licenseRes1)
|
void |
setLicenseWrite(int licenseWrite)
Set the license. |
void |
setLoginStatus(int loginStatus)
Set the login status. |
void |
setLogText(String logText)
Set the log text. |
void |
setMessageText(String messageText)
Set the message text. |
void |
setModTime(com.bmc.arsys.api.Timestamp modTime)
Set the modified time. |
void |
setNotifyMech(int notifyMech)
Set the notification mechanism. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int AREA_LOGIN_SUCCESS
public static final int AREA_LOGIN_UNKNOWN_USER
public static final int AREA_LOGIN_FAILED
public static final int AREA_LOGIN_LOCK_OUT
| Constructor Detail |
|---|
public AREAResponse()
public AREAResponse(int mask,
int licenseWrite,
int licenseFTS,
int licenseRes1,
String licenseApps,
String groups,
int notifyMech,
String email,
int loginStatus,
String messageText,
String logText,
com.bmc.arsys.api.Timestamp modTime)
mask - licenseWrite - the type of licenselicenseFTS - the type of FTS licenselicenseRes1 - licenseApps - the application licenses the user hasgroups - the groups the user belongs tonotifyMech - the notification mechanismemail - the email address for the userloginStatus - the status of the loginmessageText - the message presented to the userlogText - the message logged to aruser.logmodTime - the last time the user's information changed| Method Detail |
|---|
public int getLicenseMask()
public void setLicenseMask(int mask)
mask - to setpublic String getEmail()
public void setEmail(String email)
email - the email to setpublic String getGroups()
public void setGroups(String groups)
groups - the groups to setpublic String getLicenseApps()
public void setLicenseApps(String licenseApps)
licenseApps - the licenseApps to setpublic int getLicenseFTS()
public void setLicenseFTS(int licenseFTS)
licenseFTS - the licenseFTS to setpublic int getLicenseRes1()
public void setLicenseRes1(int licenseRes1)
licenseRes1 - the licenseRes1 to setpublic int getLicenseWrite()
public void setLicenseWrite(int licenseWrite)
licenseWrite - the licenseWrite to setpublic int getLoginStatus()
public void setLoginStatus(int loginStatus)
loginStatus - the loginStatus to setpublic String getLogText()
public void setLogText(String logText)
logText - the logText to setpublic String getMessageText()
public void setMessageText(String messageText)
messageText - the messageText to setpublic com.bmc.arsys.api.Timestamp getModTime()
public void setModTime(com.bmc.arsys.api.Timestamp modTime)
modTime - the modTime to setpublic int getNotifyMech()
public void setNotifyMech(int notifyMech)
notifyMech - the notifyMech to set
|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||