Uses of Class
no.polaric.core.auth.User
Packages that use User
-
Uses of User in no.polaric.core.auth
Subclasses of User in no.polaric.core.authMethods in no.polaric.core.auth that return UserModifier and TypeMethodDescriptiondefault Userdefault UserUserDb.add(String userid, String name, boolean admin, boolean suspend, String passwd, String grp, String agrp) final UserCheck authentication fields: userid, nonce, hmac and data)Methods in no.polaric.core.auth that return types with arguments of type UserModifier and TypeMethodDescriptionLocalUsers.getAll()Get all users as a collection.UserDb.getAll()Methods in no.polaric.core.auth with parameters of type UserModifier and TypeMethodDescriptionvoidAuthorizations.Constructors in no.polaric.core.auth with parameters of type User -
Uses of User in no.polaric.core.httpd
Methods in no.polaric.core.httpd with parameters of type UserModifier and TypeMethodDescriptionprotected booleanServices.groupAllowed(Group g, User u, boolean includedef)