Class AbstractAuthenticationService
java.lang.Object
org.alfresco.repo.security.authentication.AbstractAuthenticationService
- All Implemented Interfaces:
AuthenticationService
- Direct Known Subclasses:
AbstractChainingAuthenticationService,AuthenticationServiceImpl
Common code for authentication services
- Author:
- andyh
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intcountTickets(boolean nonExpiredOnly) intabstract Set<TicketComponent>getUsersWithTickets(boolean nonExpiredOnly) abstract intinvalidateTickets(boolean nonExpiredOnly) voidpreAuthenticationCheck(String userName) voidsetSysAdminParams(SysAdminParams sysAdminParams) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.service.cmr.security.AuthenticationService
authenticate, authenticateAsGuest, authenticationExists, clearCurrentSecurityContext, getAuthenticationEnabled, getCurrentTicket, getCurrentUserName, getDefaultAdministratorUserNames, getDefaultGuestUserNames, getDomains, getDomainsThatAllowUserCreation, getDomainsThatAllowUserDeletion, getDomiansThatAllowUserPasswordChanges, getNewTicket, guestUserAuthenticationAllowed, invalidateTicket, invalidateUserSession, isCurrentUserTheSystemUser, validate
-
Field Details
-
GUEST_AUTHENTICATION_NOT_SUPPORTED
- See Also:
-
-
Constructor Details
-
AbstractAuthenticationService
public AbstractAuthenticationService()
-
-
Method Details
-
setSysAdminParams
-
preAuthenticationCheck
- Throws:
AuthenticationException
-
getAllowedUsers
-
getMaxUsers
public int getMaxUsers() -
getUsersWithTickets
-
invalidateTickets
public abstract int invalidateTickets(boolean nonExpiredOnly) -
countTickets
public abstract int countTickets(boolean nonExpiredOnly) -
getTicketComponents
-