Deployment Receiver Authenticator

cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Receiver Authenticator

resplin
Intermediate
0 0 908

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



{{AVMWarning}}


Overview


The deployment receiver authenticator provides authentication services for the Deployment Receiver Engine and all of the deployment targets (AVM Deployment Target, DM Deployment Target, and File System Deployment Target.) In general, the Deployment Receiver Engine only uses authentication information to authorize a remote shutdown, but the individual deployment targets use it to authorize a deployment.

Alfresco packages two implementations of a deployment receiver authenticator.  The simple authenticator is configured with a single username and password when the server is set up. The alternative implementation (which cannot be used in stand alone mode) passes the username and password to the Alfresco authentication service, allowing any recognized user to successfully authenticate.


Interface : org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator
Implementation : org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticatorSimple
Implementation : org.alfresco.repo.deploy.DeploymentReceiverAuthenticatorAuthenticationService

Configurable Property Reference


The two implementations of DeploymentReceiverAuthenticator are initialized differently. Configuration details for each implementation are provided below.


Simple authenticator


This implementation pertains to the implementation in org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticatorSimple.








Property
Type
Description
user String Name of the only user who can successfully authenticate
password String user must provide this password to successfully authenticate.

Alfresco authentication service


This information pertains to the implementation in org.alfresco.repo.deploy.DeploymentReceiverAuthenticatorAuthenticationService. This implementation is only useful when running within a fully configured Alfresco instance.






Property
Type
Description
authenticationService bean reference The only useful value is AuthenticationService.

See also


Community Edition
3.2
3.2r2
AVM