EDMUser


edm.edom3

Interface EDMUser


  • All Superinterfaces:EDMContextDependent, EDMData, EDMUserOrGroup



    public interface EDMUser
    extends EDMUserOrGroup

    Interface wrapping an EDMdatabase use

    Author: aet

    • Method Detail

      • getFullName

        java.lang.String getFullName()
                              throws EdmiException

        Retrieve optional full name for user

        Returns:full name, null if not setThrows:EdmiException - if the method fails

      • setFullName

        void setFullName(java.lang.String name)
                  throws EdmiException

        Set optional full name for user

        Parameters:name - full name, ex. Arne Toen, EPM Technology ASThrows:EdmiException - if the method fails

      • setPassword

        void setPassword(java.lang.String password)
                  throws EdmiException

        Set the users password (superuser only)

        Parameters:password - new user passwordThrows:EdmiException - if the method fails

      • isSuperuser

        boolean isSuperuser()
                     throws EdmiException

        check if this user has general administrative rights

        Returns:true if the user has general administrative rightsThrows:EdmiException - if the method fails