Uses of Class
is.codion.common.rmi.server.exception.LoginException
Packages that use LoginException
Package
Description
RMI server related classes.
RMI server related exceptions.
Package configuration values:
EntityServerConfiguration.CONNECTION_POOL_FACTORY_CLASS
EntityServerConfiguration.CONNECTION_LIMIT
EntityServerConfiguration.CLIENT_CONNECTION_TIMEOUT
EntityServerConfiguration.CLIENT_LOGGING
EntityServerConfiguration.CONNECTION_POOL_USERS
EntityServerConfiguration.DOMAIN_MODEL_CLASSES
-
Uses of LoginException in is.codion.common.rmi.server
Methods in is.codion.common.rmi.server that throw LoginExceptionModifier and TypeMethodDescriptionfinal T
AbstractServer.connect
(ConnectionRequest connectionRequest) protected abstract T
AbstractServer.connect
(RemoteClient remoteClient) Establishes the actual client connection.Server.connect
(ConnectionRequest connectionRequest) Establishes a connection to this ServerAuthenticator.login
(RemoteClient remoteClient) Performs login validation for the user specified by the remote client and returns a remote client with the same clientId and user but possibly a different databaseUser to propagate to further login procedures -
Uses of LoginException in is.codion.common.rmi.server.exception
Subclasses of LoginException in is.codion.common.rmi.server.exceptionModifier and TypeClassDescriptionfinal class
An exception indicating that a login has failed due to an authentication error, invalid username or password -
Uses of LoginException in is.codion.framework.server
Methods in is.codion.framework.server that throw LoginExceptionModifier and TypeMethodDescriptionprotected final AbstractRemoteEntityConnection
EntityServer.connect
(RemoteClient remoteClient)