Uses of Interface
javax.rad.server.IConfiguration

Packages that use IConfiguration
com.sibvisions.rad.server Contains remote server classes and dependent components. 
com.sibvisions.rad.server.config Contains classes which are used for configuration purposes. 
com.sibvisions.rad.server.security Contains classes which handles the validation of username/password combinations, with different protocols and different authentication systems. 
javax.rad.server Contains classes and interfaces needed for implementing a remote server. 
 

Uses of IConfiguration in com.sibvisions.rad.server
 

Methods in com.sibvisions.rad.server that return IConfiguration
 IConfiguration DirectServerSession.getConfig()
          Gets the IConfiguration of the session.
 IConfiguration DetachedSession.getConfig()
          Gets the IConfiguration of the session.
 IConfiguration AbstractSessionContext.WrappedSession.getConfig()
          Gets the IConfiguration of the session.
protected  IConfiguration AbstractSessionContext.WrappedSession.getServerConfig()
          Gets the server configuration.
 

Uses of IConfiguration in com.sibvisions.rad.server.config
 

Methods in com.sibvisions.rad.server.config that return IConfiguration
 IConfiguration Zone.getConfig()
          Gets this Zone as wrapped IConfiguration.
 

Methods in com.sibvisions.rad.server.config with parameters of type IConfiguration
static String DBObjects.getColumnName(IConfiguration pConfig, String pTable, String pColumn)
          Gets the name of a column, as it is in the database.
static String DBObjects.getTableName(IConfiguration pConfig, String pTable)
          Gets the name of a table, as it is in the database.
static String DBObjects.getYesValue(IConfiguration pConfig)
          Gets the yes value for yes/no fields.
 

Uses of IConfiguration in com.sibvisions.rad.server.security
 

Methods in com.sibvisions.rad.server.security with parameters of type IConfiguration
protected  boolean AbstractSecurityManager.comparePassword(IConfiguration pConfig, String pPassword, String pConfirmPassword)
          Compares two passwords to be identical.
static DBCredentials DataSourceHandler.createDBCredentials(IConfiguration pConfig, String pName)
          Creates a new instance of DBCredentials with information provided in a given configuration.
static DBCredentials DBSecurityManager.getCredentials(IConfiguration pConfig)
          Gets the configured database credentials from a given configuration.
static String AbstractSecurityManager.getEncryptedPassword(IConfiguration pConfig, String pPassword)
          Gets the password, encrypted with the algorithm specified in an application configuration.
protected  IPasswordValidator AbstractSecurityManager.getPasswordValidator(IConfiguration pConfig)
          Gets the password validator from an application configuration.
static boolean AbstractSecurityManager.isPasswordEncryptionEnabled(IConfiguration pConfig)
          Checks if the password encryption is enabled.
 

Uses of IConfiguration in javax.rad.server
 

Methods in javax.rad.server that return IConfiguration
 IConfiguration ISession.getConfig()
          Gets the IConfiguration of the session.
static IConfiguration SessionContext.getCurrentServerConfig()
          Gets the IConfiguration from the current instance of SessionContext.
static IConfiguration SessionContext.getCurrentSessionConfig()
          Gets the IConfiguration from the current instance of SessionContext.
abstract  IConfiguration SessionContext.getServerConfig()
          Gets the server IConfiguration.
abstract  IConfiguration SessionContext.getSessionConfig()
          Gets the IConfiguration for the session.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.