Uses of Class
org.bedework.calfacade.svc.BwAuthUser
Packages that use BwAuthUser
-
Uses of BwAuthUser in org.bedework.calfacade.svc
Methods in org.bedework.calfacade.svc that return BwAuthUserModifier and TypeMethodDescriptionabstract BwAuthUserUserAuth.CallBack.getAuthUser(String href) Return the given authorised user.static BwAuthUserBwAuthUser.makeAuthUser(String user, int usertype) Factory method: Create an authuser by specifying all its fieldsMethods in org.bedework.calfacade.svc that return types with arguments of type BwAuthUserModifier and TypeMethodDescriptionabstract List<BwAuthUser>UserAuth.CallBack.getAll()UserAuth.getAll()Return a collection of all authorised usersMethods in org.bedework.calfacade.svc with parameters of type BwAuthUserModifier and TypeMethodDescriptionabstract voidUserAuth.CallBack.add(BwAuthUser val) Save a new entryvoidUserAuth.addUser(BwAuthUser val) Add the user entryabstract voidUserAuth.CallBack.delete(BwAuthUser val) Delete the entryabstract voidUserAuth.CallBack.update(BwAuthUser val) Update an existing entryvoidUserAuth.updateUser(BwAuthUser val) Update the user entry