@EntityResource(name="tickets", title="Authentication tickets") public class AuthenticationTicketsEntityResource extends Object implements EntityResourceAction.Create<LoginTicket>, EntityResourceAction.ReadByIdWithResponse<LoginTicket>, EntityResourceAction.DeleteWithResponse, org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_RESOURCE_NAME |
Constructor and Description |
---|
AuthenticationTicketsEntityResource() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
List<LoginTicket> |
create(List<LoginTicket> entity,
Parameters parameters) |
void |
delete(String me,
Parameters parameters,
WithResponse withResponse) |
LoginTicket |
readById(String me,
Parameters parameters,
WithResponse withResponse) |
void |
setAuthentications(Authentications authentications) |
public static final String COLLECTION_RESOURCE_NAME
public void setAuthentications(Authentications authentications)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
@WebApiNoAuth public List<LoginTicket> create(List<LoginTicket> entity, Parameters parameters)
create
in interface EntityResourceAction.Create<LoginTicket>
public LoginTicket readById(String me, Parameters parameters, WithResponse withResponse)
readById
in interface EntityResourceAction.ReadByIdWithResponse<LoginTicket>
public void delete(String me, Parameters parameters, WithResponse withResponse)
delete
in interface EntityResourceAction.DeleteWithResponse
Copyright © 2005–2017 Alfresco Software. All rights reserved.