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) voiddeleteTicket(String me, Parameters parameters, WithResponse withResponse) protected StringgetTicket(Parameters parameters) voidinit()voidsetAuthenticationService(AuthenticationService authenticationService) voidsetRemoteUserMapper(RemoteUserMapper remoteUserMapper) voidsetTicketComponent(TicketComponent ticketComponent) protected voidvalidateLoginRequest(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:
createTicketin interfaceAuthentications
-
validateTicket
public LoginTicketResponse validateTicket(String me, Parameters parameters, WithResponse withResponse) - Specified by:
validateTicketin interfaceAuthentications
-
deleteTicket
- Specified by:
deleteTicketin interfaceAuthentications
-
validateLoginRequest
-
getTicket
-