public abstract class AbstractAuthenticationService extends Object implements AuthenticationService
Modifier and Type | Field and Description |
---|---|
static String |
GUEST_AUTHENTICATION_NOT_SUPPORTED |
Constructor and Description |
---|
AbstractAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
abstract int |
countTickets(boolean nonExpiredOnly) |
List<String> |
getAllowedUsers() |
int |
getMaxUsers() |
abstract Set<org.alfresco.repo.security.authentication.TicketComponent> |
getTicketComponents() |
abstract Set<String> |
getUsersWithTickets(boolean nonExpiredOnly) |
abstract int |
invalidateTickets(boolean nonExpiredOnly) |
void |
preAuthenticationCheck(String userName) |
void |
setSysAdminParams(SysAdminParams sysAdminParams) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
authenticate, authenticateAsGuest, authenticationExists, clearCurrentSecurityContext, getAuthenticationEnabled, getCurrentTicket, getCurrentUserName, getDefaultAdministratorUserNames, getDefaultGuestUserNames, getDomains, getDomainsThatAllowUserCreation, getDomainsThatAllowUserDeletion, getDomiansThatAllowUserPasswordChanges, getNewTicket, guestUserAuthenticationAllowed, invalidateTicket, invalidateUserSession, isCurrentUserTheSystemUser, validate
public static final String GUEST_AUTHENTICATION_NOT_SUPPORTED
public void setSysAdminParams(SysAdminParams sysAdminParams)
public void preAuthenticationCheck(String userName) throws org.alfresco.repo.security.authentication.AuthenticationException
org.alfresco.repo.security.authentication.AuthenticationException
public int getMaxUsers()
public abstract int invalidateTickets(boolean nonExpiredOnly)
public abstract int countTickets(boolean nonExpiredOnly)
public abstract Set<org.alfresco.repo.security.authentication.TicketComponent> getTicketComponents()
Copyright © 2005–2017 Alfresco Software. All rights reserved.