org.alfresco.repo.deploy
Class DeploymentReceiverAuthenticatorAuthenticationService

java.lang.Object
  extended by org.alfresco.repo.deploy.DeploymentReceiverAuthenticatorAuthenticationService
All Implemented Interfaces:
org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator

public class DeploymentReceiverAuthenticatorAuthenticationService
extends java.lang.Object
implements org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator

This authenticator uses the Authentication Service to authenticate against the repository.


Constructor Summary
DeploymentReceiverAuthenticatorAuthenticationService()
           
 
Method Summary
 AuthenticationService getAuthenticationService()
           
 void init()
           
 boolean logon(java.lang.String user, char[] password)
          Are the user and password valid for this deployment receiver?
 void setAuthenticationService(AuthenticationService authenticationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentReceiverAuthenticatorAuthenticationService

public DeploymentReceiverAuthenticatorAuthenticationService()
Method Detail

init

public void init()

logon

public boolean logon(java.lang.String user,
                     char[] password)
Are the user and password valid for this deployment receiver?

Specified by:
logon in interface org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator
Parameters:
user -
password -
Returns:
true, yes - go ahead.

setAuthenticationService

public void setAuthenticationService(AuthenticationService authenticationService)

getAuthenticationService

public AuthenticationService getAuthenticationService()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.