public class BasicAuthentication extends java.lang.Object implements Authentication
| Constructor and Description |
|---|
BasicAuthentication(java.lang.String login,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthentication(org.restlet.data.Request request) |
boolean |
isDeprecated()
A authentication may be available for a few time.
|
org.restlet.data.Response |
updateAuthenticationResult(ClientSession session,
org.restlet.data.Request request,
org.restlet.data.Response response) |
public BasicAuthentication(java.lang.String login,
java.lang.String password)
public void addAuthentication(org.restlet.data.Request request)
addAuthentication in interface Authenticationpublic org.restlet.data.Response updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
updateAuthenticationResult in interface Authenticationpublic boolean isDeprecated()
AuthenticationisDeprecated in interface AuthenticationCopyright © 2001-2021 Jalios SA. All Rights Reserved.