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(org.alfresco.service.cmr.security.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(org.alfresco.service.cmr.security.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 Authenticationspublic LoginTicketResponse validateTicket(String me, Parameters parameters, WithResponse withResponse)
validateTicket in interface Authenticationspublic void deleteTicket(String me, Parameters parameters, WithResponse withResponse)
deleteTicket in interface Authenticationsprotected void validateLoginRequest(LoginTicket loginTicket)
protected String getTicket(Parameters parameters)
Copyright © 2005–2018 Alfresco Software. All rights reserved.