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
 String getSecuredLibraryName()
           
 String getSecuredSystemAlias()
          Returns the systemAlias used by this secured app.
 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
 

Method Detail

getSecuredLibraryName

public String getSecuredLibraryName()

getSecuredSystemAlias

public 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 String getSecuredTableName()
Returns the tableName of this secured app. Creation date: (7/1/2002 3:52:51 PM)

Returns:
java.lang.String