| Name | Description | Type | Package | Framework |
| AbstractDBSecurityManager | The AbstractDBSecurityManager is the base class for all security managers that use a database forConstructor SummaryAbstractDBSecurityManager() | Class | com.sibvisions.rad.server.security | JVX |
| AbstractSecurityManager | The AbstractSecurityManager is the base class for ISecurityManager implementations but it does not implement the security methods. | Class | com.sibvisions.rad.server.security | JVX |
| AbstractSession | A Session is a server side session which will be started when an IConnection connects to a remote server. | Class | com.sibvisions.rad.server | JVX |
| Accessible | Class | com.sibvisions.rad.server.annotation | JVX | |
| ApplicationZone | The ApplicationZone class encapsulates the access to an application configuration. | Class | com.sibvisions.rad.server.config | JVX |
| AppSettings | The AppSetting class encapsulates the access to app settings. | Class | com.sibvisions.rad.server.config | JVX |
| BeanConverterMixin | The BeanConverterMixin helps to ignore BeanConverter properties from serialization. | Class | com.sibvisions.rad.server.http.rest.service.mixin | JVX |
| CallService | The CallService allows action or object calls. | Class | com.sibvisions.rad.server.http.rest.service | JVX |
| Configuration | The Configuration enables the access to the server zone and all available application zones. | Class | com.sibvisions.rad.server.config | JVX |
| Configuration .ApplicationListOption | Application name restriction. | Class | com.sibvisions.rad.server.config | JVX |
| DataSourceHandler | The DataSourceHandler allows access to credentials configured in the application configuration. | Class | com.sibvisions.rad.server.security | JVX |
| DBAccessMixin | The DBAccessMixin controls ser-/deserialization of DBAccess instances. | Class | com.sibvisions.rad.server.http.rest.service.mixin | JVX |
| DBObjects | The DBObjects class declares global accessible names for database objects. | Class | com.sibvisions.rad.server.config | JVX |
| DBSecurityManager | The DBSecurityManager uses a database to validate/authenticate users. | Class | com.sibvisions.rad.server.security | JVX |
| DefaultAccessController | The DefaultAccessController is the standard IAccessController implementation. | Class | com.sibvisions.rad.server.security | JVX |
| DefaultObjectProvider | The DefaultObjectProvider manages the remote accessible objects. | Class | com.sibvisions.rad.server | JVX |
| DefaultObjectProvider .ImplicitLifeCycleObject | A marker class. | Class | com.sibvisions.rad.server | JVX |
| DefaultPasswordValidator | The DefaultPasswordValidator validates a password and uses following options: Minimum length (default: 5)Must contain at least one number (default: false)Must contain at least one letter (default: false)Must contain at least one special character (space, dot, . | Class | com.sibvisions.rad.server.security.validation | JVX |
| DefaultSessionManager | The DefaultSessionManager handles the access to all sessions created through client connections. | Class | com.sibvisions.rad.server | JVX |
| DetachedSession | The DetachedSession is an ISession. | Class | com.sibvisions.rad.server | JVX |
| DirectServerConnection | The DirectServerConnection is an IConnection implementation for a direct server communication. | Class | com.sibvisions.rad.server | JVX |
| DirectServerSession | The DirectServerSession is a wrapper for server-side sessions. | Class | com.sibvisions.rad.server | JVX |
| DownloadServlet | It allows clients to download files from the ObjectCache. | Class | com.sibvisions.rad.server.http | JVX |
| ExchangeSession | The ExchangeSession is a session bound connection. | Class | com.sibvisions.rad.server.object | JVX |
| FileHandleSerializer | The FileHandleSerializer writes IFileHandle as byte[]. | Class | com.sibvisions.rad.server.http.rest.service.jackson | JVX |
| GenericBean | The GenericBean handles the access to the values of cached members and defined methods. | Class | com.sibvisions.rad.server | JVX |
| HttpContext | The HttpContext is simple context for accessing request and response objects. | Class | com.sibvisions.rad.server.http | JVX |
| IAccessController | The IAccessController defines the general access to server lifecycle objects. | Interface | com.sibvisions.rad.server.security | JVX |
| ICategoryConstants | The ICategoryConstants defines the standard protocol categories. | Interface | com.sibvisions.rad.server.protocol | JVX |
| IDirectServer | The IDirectServer interface defines a way to handle callbacks direct without callback-ID mapping. | Interface | com.sibvisions.rad.server | JVX |
| ILifeCycleObject | The ILifeCycleObject interface is a marker interface for server-side lifecycle objects. | Interface | com.sibvisions.rad.server | JVX |
| IMasterSession | The IMasterSession defines a master session. | Interface | com.sibvisions.rad.server | JVX |
| IObjectAccessController | The IObjectAccessController defines a security controller for accessing objects and methods. | Interface | com.sibvisions.rad.server.security | JVX |
| IPasswordValidator | The IPasswordValidator will be used from the AbstractSecurityManager and sub classes to validate if the new password during password change is strength enough. | Interface | com.sibvisions.rad.server.security.validation | JVX |
| IProtocolWriter | The IProtocolWriter defines writing record logs. | Interface | com.sibvisions.rad.server.protocol | JVX |
| IRequest | Defines an object to provide client request. | Interface | com.sibvisions.rad.server | JVX |
| IResponse | Defines an object to assist a servre in sending a response to the client. | Interface | com.sibvisions.rad.server | JVX |
| ISecurityManager | The ISecurityManager has methods to check the access of a user to a special application. | Interface | com.sibvisions.rad.server.security | JVX |
| IServerPlugin | The IServerPlugin defines the handling of server-side plugins. | Interface | com.sibvisions.rad.server.plugin | JVX |
| ISubSession | The ISubSession defines a sub session. | Interface | com.sibvisions.rad.server | JVX |
| IVirtualZone | The IVirtualZone should be implemented for zones, loaded via JNDI. | Interface | com.sibvisions.rad.server.config | JVX |
| JSONUtil | The JSONUtil is an internal utility class for REST handling. | Class | com.sibvisions.rad.server.http.rest | JVX |
| LifeCycleConnector | The LifeCycleConnector class is a org. | Class | com.sibvisions.rad.server.http.rest | JVX |
| Monitoring | The Monitoring class will be used as server-side object for administer the communication server. | Class | com.sibvisions.rad.server | JVX |
| NoSecurityManager | The NoSecurityManager is a dummy security manager that does nothing. | Class | com.sibvisions.rad.server.security | JVX |
| NotAccessible | The Accessible annotation should be used to deny the access to objects in life-cylce objects. | Class | com.sibvisions.rad.server.annotation | JVX |
| NtlmAuthInfo | The NtlmAuthInfo holds the ntlm relevant objects for an authenticated client. | Class | com.sibvisions.rad.server.security.ntlm | JVX |
| NtlmDBSecurityManager | The NtlmDBSecurityManager extends the DBSecurityManager and allows a client to authenticate with its domain credentials. | Class | com.sibvisions.rad.server.security | JVX |
| NtlmHelper | The NtlmHelper provides ntlm authentication through jcifs. | Class | com.sibvisions.rad.server.security.ntlm | JVX |
| NtlmSession | The Session holds the challenge and domain controller for later authentication. | Class | com.sibvisions.rad.server.security.ntlm | JVX |
| ProtocolFactory | The ProtocolFactory is responsible for an IProtocolWriter. | Class | com.sibvisions.rad.server.protocol | JVX |
| Record | The Record contains information for writing via IProtocolWriter. | Class | com.sibvisions.rad.server.protocol | JVX |
| Replacement | The Replacement annotation could be used if an object name was requested from the client but the LCO offers the object with a different name. | Class | com.sibvisions.rad.server.annotation | JVX |
| ResourceServlet | The ResourceServlet is a simple HttpServlet for accessing resource templates. | Class | com.sibvisions.rad.server.http | JVX |
| RESTAdapter | The RESTAdapter class enables access to application life-cycle objects of JVx. | Class | com.sibvisions.rad.server.http.rest | JVX |
| SecurityManagerVerifier | The SecurityManagerVerifier uses the security mangaer of an application to authenticate a user. | Class | com.sibvisions.rad.server.http.rest | JVX |
| Server | The Server is the general remote server implementation. | Class | com.sibvisions.rad.server | JVX |
| ServerContextImpl | The ServerContextImpl is an internal ServerContext implementation. | Class | com.sibvisions.rad.server | JVX |
| ServerZone | The ServerZone class encapsulates the access to the server configuration. | Class | com.sibvisions.rad.server.config | JVX |
| ServletServer | The ServletServer handles the communication via http from remote clients. | Class | com.sibvisions.rad.server.http | JVX |
| StorageService | The StorageService lists all available records of an AbstractStorage. | Class | com.sibvisions.rad.server.http.rest.service | JVX |
| StrictIsolation | Class | com.sibvisions.rad.server.annotation | JVX | |
| UploadServlet | The UploadServlet handles the upload of files via http connection. | Class | com.sibvisions.rad.server.http | JVX |
| UpToDateConfigFile | The UpToDateConfigFile encapsulates the access to a xml configuration file. | Class | com.sibvisions.rad.server.config | JVX |
| XmlSecurityManager | The XmlSecurityManager uses a xml file to authenticate users. | Class | com.sibvisions.rad.server.security | JVX |
| Zone | A Zone is a special area in the server-side code area. | Class | com.sibvisions.rad.server.config | JVX |