Package org.alfresco.rest.api.impl
Class AuthenticationsImpl
java.lang.Object
org.alfresco.rest.api.impl.AuthenticationsImpl
- All Implemented Interfaces:
Authentications
- Author:
- Jamal Kaabi-Mofrad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTicket
(LoginTicket loginRequest, Parameters parameters) void
deleteTicket
(String me, Parameters parameters, WithResponse withResponse) protected String
getTicket
(Parameters parameters) void
init()
void
setAuthenticationService
(AuthenticationService authenticationService) void
setRemoteUserMapper
(RemoteUserMapper remoteUserMapper) void
setTicketComponent
(TicketComponent ticketComponent) protected void
validateLoginRequest
(LoginTicket loginTicket) validateTicket
(String me, Parameters parameters, WithResponse withResponse)
-
Constructor Details
-
AuthenticationsImpl
public AuthenticationsImpl()
-
-
Method Details
-
setAuthenticationService
-
setTicketComponent
-
setRemoteUserMapper
-
init
public void init() -
createTicket
- Specified by:
createTicket
in interfaceAuthentications
-
validateTicket
public LoginTicketResponse validateTicket(String me, Parameters parameters, WithResponse withResponse) - Specified by:
validateTicket
in interfaceAuthentications
-
deleteTicket
- Specified by:
deleteTicket
in interfaceAuthentications
-
validateLoginRequest
-
getTicket
-