Uses of Class
org.alfresco.rest.framework.WebApiNoAuth
-
Packages that use WebApiNoAuth Package Description org.alfresco.rest.api.authentications org.alfresco.rest.api.people org.alfresco.rest.api.probes org.alfresco.rest.api.quicksharelinks -
-
Uses of WebApiNoAuth in org.alfresco.rest.api.authentications
Methods in org.alfresco.rest.api.authentications with annotations of type WebApiNoAuth Modifier and Type Method Description List<LoginTicket>
AuthenticationTicketsEntityResource. create(List<LoginTicket> entity, Parameters parameters)
-
Uses of WebApiNoAuth in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type WebApiNoAuth Modifier and Type Method Description void
PeopleEntityResource. requestPasswordReset(String personId, Client client, Parameters parameters, WithResponse withResponse)
void
PeopleEntityResource. resetPassword(String personId, PasswordReset passwordReset, Parameters parameters, WithResponse withResponse)
-
Uses of WebApiNoAuth in org.alfresco.rest.api.probes
Methods in org.alfresco.rest.api.probes with annotations of type WebApiNoAuth Modifier and Type Method Description Probe
ProbeEntityResource. readById(String name, Parameters parameters)
Returns a status code of 200 for okay. -
Uses of WebApiNoAuth in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks with annotations of type WebApiNoAuth Modifier and Type Method Description CollectionWithPagingInfo<Rendition>
QuickShareLinkRenditionsRelation. readAll(String sharedId, Parameters parameters)
QuickShareLink
QuickShareLinkEntityResource. readById(String sharedId, Parameters parameters)
Returns limited metadata regarding the shared (content) link.Rendition
QuickShareLinkRenditionsRelation. readById(String entityResourceId, String id, Parameters parameters)
BinaryResource
QuickShareLinkEntityResource. readProperty(String sharedId, Parameters parameters)
Download content via shared link.BinaryResource
QuickShareLinkRenditionsRelation. readProperty(String sharedId, String renditionId, Parameters parameters)
-