Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.cli.tlp | |
com.streamscape.sef.security |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
HTTPFabricConnection.getAuthenticationType() |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
FabricConnection.getAuthenticationType()
Returns an authentication type of the connection.
|
Modifier and Type | Field and Description |
---|---|
static AuthenticationType |
AuthenticationType.CREDENTIALS_WITH_KEY |
static AuthenticationType |
AuthenticationType.CREDENTIALS_WITH_KEYSTORE |
static AuthenticationType |
AuthenticationType.DIGEST |
static AuthenticationType |
AuthenticationType.PASSWORD_PLAIN_TEXT |
static AuthenticationType |
AuthenticationType.USER_ONLY |
Modifier and Type | Method and Description |
---|---|
static AuthenticationType |
AuthenticationType.valueOf(java.lang.String name) |
static AuthenticationType[] |
AuthenticationType.values() |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationModule.authenticate(AuthenticationType type,
java.lang.String userName,
User user,
java.lang.String credentials,
java.util.Map parameters,
DigestCalculator calculator)
Authenticates the specified user with the specified credentials and parameters.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.