Uses of Class
org.faceless.publisher.web.Authorization
Packages that use Authorization
-
Uses of Authorization in org.faceless.publisher.web
Fields in org.faceless.publisher.web declared as AuthorizationModifier and TypeFieldDescriptionstatic final Authorization
Authorization.UNAUTHORIZED
An Authorization that disallows everythingMethods in org.faceless.publisher.web that return AuthorizationModifier and TypeMethodDescriptionAbstractHttpSession.getAuthorization()
Return the Autorization derived from the requestabstract Authorization
AbstractWebsocketSession.getAuthorization()
Return theAuthorization
for this Web Socket connection.ServiceEngine.getAuthorization
(String accessToken, InetAddress ip) Return the list of authorizations for the specified token.Methods in org.faceless.publisher.web with parameters of type AuthorizationModifier and TypeMethodDescriptionboolean
FileStore.del
(String path, Authorization auth) boolean
Store.del
(String path, Authorization auth) Delete from the store.org.faceless.publisher.web.ReportHandle
ServiceEngine.find
(String folder, Authorization auth) Return an active job, one which is currently queued or running.FileStore.get
(String path, Json props, Authorization auth) Store.get
(String path, Json props, Authorization auth) Retrieve a file from the store.org.faceless.publisher.web.ReportHandle
ServiceEngine.initializeConvert
(Json json, Authorization auth) See docsFileStore.put
(String path, Json props, Authorization auth) Store.put
(String path, Json props, Authorization auth) Save a file to the store.void
FileStore.rename
(String oldpath, String newpath, Authorization auth) void
Store.rename
(String oldpath, String newpath, Authorization auth) Rename a file in the store.void
AbstractWebsocketSession.setAuthorization
(Authorization auth) Set theAuthorization
for this Web Socket connection.