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 User
default User
UserDb.add
(String userid, String name, boolean admin, boolean suspend, String passwd, String grp, String agrp) final User
Check 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 TypeMethodDescriptionvoid
Authorizations.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 boolean
Services.groupAllowed
(Group g, User u, boolean includedef)