Uses of Class
org.faceless.publisher.web.Authorization
Packages that use Authorization
-
Uses of Authorization in org.faceless.publisher.web
Methods in org.faceless.publisher.web that return AuthorizationModifier and TypeMethodDescriptionAbstractHttpSession.getAuthorization()Return the Autorization derived from the requestabstract AuthorizationAbstractWebsocketSession.getAuthorization()Return theAuthorizationfor this Web Socket connection.ServiceEngine.getAuthorization(String accessToken, String origin, InetAddress ip) Return the list of authorizations for the specified token.static final AuthorizationAuthorization.getUnauthorized(String origin) Return an Authorization that disallows everythingMethods in org.faceless.publisher.web with parameters of type AuthorizationModifier and TypeMethodDescriptionbooleanFileStore.del(String path, Authorization auth) booleanStore.del(String path, Authorization auth) Delete from the store.FileStore.get(String path, Json props, Authorization auth) Store.get(String path, Json props, Authorization auth) Retrieve a file from the store.FileStore.put(String path, Json props, Authorization auth) Store.put(String path, Json props, Authorization auth) Save a file to the store.voidFileStore.rename(String oldpath, String newpath, Authorization auth) voidStore.rename(String oldpath, String newpath, Authorization auth) Rename a file in the store.voidAbstractWebsocketSession.setAuthorization(Authorization auth) Set theAuthorizationfor this Web Socket connection.