|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class will be implemented by Classes that are secured via a SignOn. Applications that implement this must specify a SignOn Class or UnsecuredSignOn will be used. Creation date: (6/25/2002 8:31:16 PM)
Field Summary | |
static java.lang.String |
SECURED_APPLICATION
|
Method Summary | |
java.lang.String |
getCompanyName()
Gets the company name associated with this secured object |
int |
getId()
Gets the ID of this secured object |
LayoutDisplayPropertyGroup |
getLayoutProperties()
|
java.lang.String |
getName()
Gets the name of this secured object |
int |
getOwnerId()
Gets the ID of this secured object's owner |
java.lang.Class |
getSignOnClass()
Gets the class to use for signing on to this secured object. |
java.lang.String |
getSignOnURI()
Gets the sign on URI of this secured object |
java.lang.String |
getSystemAlias()
Gets the alias of the system for this secured object |
void |
signOnAttempted(java.lang.String userID,
boolean success)
Invoked by the security manager after a signon attempt |
Field Detail |
public static final java.lang.String SECURED_APPLICATION
Method Detail |
public java.lang.String getCompanyName()
public int getId()
public LayoutDisplayPropertyGroup getLayoutProperties()
public java.lang.String getName()
public int getOwnerId()
public java.lang.Class getSignOnClass()
public java.lang.String getSignOnURI()
public java.lang.String getSystemAlias()
public void signOnAttempted(java.lang.String userID, boolean success) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |