Class AbstractAuthenticationService

    • Constructor Detail

      • AbstractAuthenticationService

        public AbstractAuthenticationService()
    • Method Detail

      • setSysAdminParams

        public void setSysAdminParams​(SysAdminParams sysAdminParams)
      • preAuthenticationCheck

        public void preAuthenticationCheck​(String userName)
                                    throws org.alfresco.repo.security.authentication.AuthenticationException
        Throws:
        org.alfresco.repo.security.authentication.AuthenticationException
      • getAllowedUsers

        public List<String> getAllowedUsers()
      • getMaxUsers

        public int getMaxUsers()
      • getUsersWithTickets

        public abstract Set<String> getUsersWithTickets​(boolean nonExpiredOnly)
      • invalidateTickets

        public abstract int invalidateTickets​(boolean nonExpiredOnly)
      • countTickets

        public abstract int countTickets​(boolean nonExpiredOnly)
      • getTicketComponents

        public abstract Set<org.alfresco.repo.security.authentication.TicketComponent> getTicketComponents()