Class User

    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getUser

        @NotNull
        public @NotNull UserModel getUser()
      • getHasProfile

        public boolean getHasProfile()
      • getProfile

        @NotNull
        public @NotNull UserProfile getProfile()
      • getUserLabel

        public String getUserLabel()
      • isSystemUser

        public boolean isSystemUser()
      • isAdmin

        public boolean isAdmin()
      • isDisabled

        public boolean isDisabled()
      • getDisabledReason

        public String getDisabledReason()
      • isCurrentUserAdmin

        public boolean isCurrentUserAdmin()
                                   throws javax.jcr.RepositoryException
        Returns true if the current request user is the admin user.
        Throws:
        javax.jcr.RepositoryException