Class AuthenticationsImpl

  • All Implemented Interfaces:
    Authentications

    public class AuthenticationsImpl
    extends java.lang.Object
    implements Authentications
    Author:
    Jamal Kaabi-Mofrad
    • Constructor Detail

      • AuthenticationsImpl

        public AuthenticationsImpl()
    • Method Detail

      • setAuthenticationService

        public void setAuthenticationService​(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
      • setTicketComponent

        public void setTicketComponent​(org.alfresco.repo.security.authentication.TicketComponent ticketComponent)
      • setRemoteUserMapper

        public void setRemoteUserMapper​(org.alfresco.repo.security.authentication.external.RemoteUserMapper remoteUserMapper)
      • init

        public void init()
      • validateLoginRequest

        protected void validateLoginRequest​(LoginTicket loginTicket)
      • getTicket

        protected java.lang.String getTicket​(Parameters parameters)