Package | Description |
---|---|
org.restlet.engine | |
org.restlet.engine.security | |
org.restlet.ext.crypto.internal |
Modifier and Type | Method and Description |
---|---|
AuthenticatorHelper |
Engine.findHelper(ChallengeScheme challengeScheme,
boolean clientSide,
boolean serverSide)
Finds the authenticator helper supporting the given scheme.
|
Modifier and Type | Method and Description |
---|---|
List<AuthenticatorHelper> |
Engine.getRegisteredAuthenticators()
Returns the list of available authentication helpers.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.setRegisteredAuthenticators(List<AuthenticatorHelper> registeredAuthenticators)
Sets the list of available authentication helpers.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpBasicHelper
Implements the HTTP BASIC authentication.
|
class |
SmtpPlainHelper
Implements the SMTP PLAIN authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpAwsQueryHelper
Implements the HTTP authentication for the Amazon Web Services.
|
class |
HttpAwsS3Helper
Implements the HTTP authentication for the Amazon S3 service.
|
class |
HttpAzureSharedKeyHelper
Implements the Shared Key authentication for Azure services.
|
class |
HttpAzureSharedKeyLiteHelper
Implements the Shared Key Lite authentication for Azure services.
|
class |
HttpDigestHelper
Implements the HTTP DIGEST authentication.
|
Copyright © 2005–2016. All rights reserved.