Deployment - App Server:
- tomcat/shared/classes/alfresco/extension/subsystems/Authentication/{type} - Authentication component properties and Spring Beans
- The Java class implementation does not lend itself very well to be directly deployed directly to the application server. Use a Repo Module SDK project instead, see below.
Deployment All-in-One SDK project:
- aio/platform-jar/src/main/resources/alfresco/subsystems/Authentication/{type} - Authentication component properties and Spring Beans
- aio/platform-jar/src/main/java/{custom package path} - Authentication component implementation classes