public class DeploymentReceiverAuthenticatorAuthenticationService extends Object implements DeploymentReceiverAuthenticator
| Constructor and Description |
|---|
DeploymentReceiverAuthenticatorAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationService |
getAuthenticationService() |
void |
init() |
boolean |
logon(String user,
char[] password)
Are the user and password valid for this deployment receiver?
|
void |
setAuthenticationService(AuthenticationService authenticationService) |
public DeploymentReceiverAuthenticatorAuthenticationService()
public void init()
public boolean logon(String user, char[] password)
logon in interface DeploymentReceiverAuthenticatoruser - password - public void setAuthenticationService(AuthenticationService authenticationService)
public AuthenticationService getAuthenticationService()
Copyright © 2005–2014 Alfresco Software. All rights reserved.