|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationRequest | |
---|---|
com.jscape.inet.ssh | |
com.jscape.inet.ssh.authentication.requests |
Uses of AuthenticationRequest in com.jscape.inet.ssh |
---|
Methods in com.jscape.inet.ssh that return AuthenticationRequest | |
---|---|
AuthenticationRequest |
SshConfiguration.getAuthenticationRequest()
|
Methods in com.jscape.inet.ssh with parameters of type AuthenticationRequest | |
---|---|
void |
SshConfiguration.setAuthenticationRequest(AuthenticationRequest authenticationRequest)
|
Uses of AuthenticationRequest in com.jscape.inet.ssh.authentication.requests |
---|
Classes in com.jscape.inet.ssh.authentication.requests that implement AuthenticationRequest | |
---|---|
class |
AbstractAuthenticationRequest
Common authentication request implementation. |
class |
AbstractComplexRequest
|
class |
SuccessiveAttemptRequest
|
class |
UserDataBasedRequest
This complex request tries to authenticate the user basing on available user information: if user data contains key pair it tries to perform "publickey" authentication. |
Methods in com.jscape.inet.ssh.authentication.requests with parameters of type AuthenticationRequest | |
---|---|
void |
AbstractComplexRequest.addRequest(AuthenticationRequest request)
|
void |
AbstractComplexRequest.removeRequest(AuthenticationRequest request)
|
void |
AbstractComplexRequest.setRequest(AuthenticationRequest request,
int index)
|
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |