Package hec.server

Class Profile

java.lang.Object
hec.server.Profile
All Implemented Interfaces:
Serializable

public class Profile extends Object implements Serializable
See Also:
  • Constructor Details

    • Profile

      public Profile()
    • Profile

      public Profile(String newuid)
    • Profile

      public Profile(String newuid, int gid)
    • Profile

      public Profile(String newuid, int gid, String newpassword)
    • Profile

      public Profile(String newuid, Vector newgroups)
    • Profile

      public Profile(String newuid, String newpassword)
    • Profile

      public Profile(String newuid, Vector newgroups, String newpassword)
  • Method Details

    • setuid

      public void setuid(String newuid)
    • addGroup

      public void addGroup(int group)
    • getuid

      public String getuid()
    • getpassword

      public String getpassword()
    • getGroups

      public Vector getGroups()
    • inGroup

      public boolean inGroup(int group)
    • changePassword

      public void changePassword(String currentPassword, String newPassword)
    • isUid

      public boolean isUid(String uid)
    • isPassword

      public boolean isPassword(String password)
    • isUser

      public boolean isUser(String uid, String password)
    • print

      public void print()