Uses of Interface
org.apache.sshd.common.Service
Packages that use Service
Package
Description
-
Uses of Service in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement ServiceModifier and TypeClassDescriptionclassClient sidessh-connectionservice.classClient sidessh-authservice.Fields in org.apache.sshd.client.session declared as ServiceMethods in org.apache.sshd.client.session that return ServiceMethods in org.apache.sshd.client.session that return types with arguments of type Service -
Uses of Service in org.apache.sshd.common
Methods in org.apache.sshd.common that return ServiceModifier and TypeMethodDescriptionstatic ServiceServiceFactory.create(Collection<? extends ServiceFactory> factories, String name, Session session) Create an instance of the specified name by looking up the needed factory in the list (case insensitive. -
Uses of Service in org.apache.sshd.common.session
Subinterfaces of Service in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterfaceInterface implementing ssh-connection service.Methods in org.apache.sshd.common.session with type parameters of type ServiceModifier and TypeMethodDescription<T extends Service>
TSession.getService(Class<T> clazz) Get the service of the specified type.Methods in org.apache.sshd.common.session with parameters of type ServiceModifier and TypeMethodDescriptiondefault booleanSessionDisconnectHandler.handleAuthCountDisconnectReason(Session session, Service service, String serviceName, String method, String user, int currentAuthCount, int maxAuthCount) Invoked if the number of authentication attempts exceeded the maximum alloweddefault booleanSessionDisconnectHandler.handleAuthParamsDisconnectReason(Session session, Service service, String authUser, String username, String authService, String serviceName) Invoked if the authentication parameters changed in mid-authentication process.default booleanSessionDisconnectHandler.handleSessionsCountDisconnectReason(Session session, Service service, String username, int currentSessionCount, int maxSessionCount) Called to inform that the maximum allowed concurrent sessions threshold has been exceeded. -
Uses of Service in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement ServiceModifier and TypeClassDescriptionclassBase implementation of ConnectionService.Fields in org.apache.sshd.common.session.helpers declared as ServiceMethods in org.apache.sshd.common.session.helpers with type parameters of type ServiceModifier and TypeMethodDescription<T extends Service>
TAbstractSession.getService(Class<T> clazz) Methods in org.apache.sshd.common.session.helpers that return ServiceMethods in org.apache.sshd.common.session.helpers that return types with arguments of type ServiceMethods in org.apache.sshd.common.session.helpers with parameters of type Service -
Uses of Service in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement ServiceModifier and TypeClassDescriptionclassServer sidessh-connectionservice.classMethods in org.apache.sshd.server.session that return Service