public class AuthenticationsImpl extends Object implements Authentications
Constructor and Description |
---|
AuthenticationsImpl() |
Modifier and Type | Method and Description |
---|---|
LoginTicketResponse |
createTicket(LoginTicket loginRequest,
Parameters parameters) |
void |
deleteTicket(String me,
Parameters parameters,
WithResponse withResponse) |
protected String |
getTicket(Parameters parameters) |
void |
init() |
void |
setAuthenticationService(AuthenticationService authenticationService) |
void |
setTicketComponent(org.alfresco.repo.security.authentication.TicketComponent ticketComponent) |
protected void |
validateLoginRequest(LoginTicket loginTicket) |
LoginTicketResponse |
validateTicket(String me,
Parameters parameters,
WithResponse withResponse) |
public void setAuthenticationService(AuthenticationService authenticationService)
public void setTicketComponent(org.alfresco.repo.security.authentication.TicketComponent ticketComponent)
public void init()
public LoginTicketResponse createTicket(LoginTicket loginRequest, Parameters parameters)
createTicket
in interface Authentications
public LoginTicketResponse validateTicket(String me, Parameters parameters, WithResponse withResponse)
validateTicket
in interface Authentications
public void deleteTicket(String me, Parameters parameters, WithResponse withResponse)
deleteTicket
in interface Authentications
protected void validateLoginRequest(LoginTicket loginTicket)
protected String getTicket(Parameters parameters)
Copyright © 2005–2017 Alfresco Software. All rights reserved.