planetj.dataengine.security.http
Interface ISecuredSignOnAndRegistration

All Superinterfaces:
ISecured
All Known Implementing Classes:
DataEngineApplicationBuilderServlet

public interface ISecuredSignOnAndRegistration
extends ISecured

Insert the type's description here. Creation date: (7/1/2002 3:52:32 PM)


Field Summary
 
Fields inherited from interface planetj.dataengine.security.http.ISecured
SECURED_APPLICATION
 
Method Summary
 java.lang.String getSecuredLibraryName()
           
 java.lang.String getSecuredSystemAlias()
          Returns the systemAlias used by this secured app.
 java.lang.String getSecuredTableName()
          Returns the tableName of this secured app.
 
Methods inherited from interface planetj.dataengine.security.http.ISecured
getCompanyName, getId, getLayoutProperties, getName, getOwnerId, getSignOnClass, getSignOnURI, getSystemAlias, signOnAttempted
 

Method Detail

getSecuredLibraryName

public java.lang.String getSecuredLibraryName()

getSecuredSystemAlias

public java.lang.String getSecuredSystemAlias()
Returns the systemAlias used by this secured app. Creation date: (7/1/2002 3:52:51 PM)

Returns:
java.lang.String

getSecuredTableName

public java.lang.String getSecuredTableName()
Returns the tableName of this secured app. Creation date: (7/1/2002 3:52:51 PM)

Returns:
java.lang.String